# notes **Repository Path**: weekend/notes ## Basic Information - **Project Name**: notes - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-23 - **Last Updated**: 2026-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Notes ## [Unreal](./unreal.md) ## [FPS 游戏](https://gitee.com/weekend/fps01/blob/master/README.md) ### - [射线追踪](https://gitee.com/weekend/fps01/blob/master/RaycastsTraces.md) ## [Modular Gameplay](https://gitee.com/weekend/gf01#/weekend/gf01/blob/master/GameFeatures.md) ### - [GameFeature Quick Start](https://gitee.com/weekend/gf01/blob/master/GameFeatures.md) ## [GAS - GameplayAbilitySystem](https://gitee.com/weekend/gas01/blob/master/README.md) ### - [GAS Quick Start](https://gitee.com/weekend/gas01/blob/master/GAS_QuickStart.md) ### - [AttributeSet](https://gitee.com/weekend/gas01/blob/master/AttributeSet.md) ### - [Gameplay Ability](https://gitee.com/weekend/gas01/blob/master/GameplayAbility.md) ### - [Gameplay Effect](https://gitee.com/weekend/gas01/blob/master/GameplayEffect.md) ### - [Gameplay CUE](https://gitee.com/weekend/gas01/blob/master/GameplayCUE.md) ### - [Gameplay Tags](https://gitee.com/weekend/gas01/blob/master/GameplayTags.md) ### - [Gameplay Ability TargetActor](https://gitee.com/weekend/gas01/blob/master/TargetActor.md) ### - [AbilityTasks](https://gitee.com/weekend/gas01/blob/master/AbilityTasks.md) ### - [Replication](https://gitee.com/weekend/gas01/blob/master/Replication.md) ### - [Debug AbilitySystem](https://gitee.com/weekend/gas01/blob/master/GASDebug.md) ### - [ActionRPG](https://gitee.com/weekend/gas01/blob/master/ActionRPG_UE5.md) ## [AI System](https://gitee.com/weekend/npc01) ### - [AI System Quick Start: AI MoveTo](https://gitee.com/weekend/npc01/blob/master/AIMoveTo.md) ### - [Behavior Tree](https://gitee.com/weekend/npc01/blob/master/BehaviorTree.md) ### - [EQS, Environment Query System](https://gitee.com/weekend/npc01/blob/master/EQS.md) ## [网络同步](https://gitee.com/weekend/replication01/blob/master/README.md) ### - [Actor Replication](https://gitee.com/weekend/replication01/blob/master/ActorReplication.md) ### - [Variables Replication](https://gitee.com/weekend/replication01/blob/master/VariablesReplicating.md) ### - [Functions Replication](https://gitee.com/weekend/replication01/blob/master/FunctionsReplicating.md) ### - [Session](https://gitee.com/weekend/replication01/blob/master/Session.md) ### - [Dedicated Server](https://gitee.com/weekend/replication01/blob/master/DedicatedServer.md) ## [PCG](https://gitee.com/weekend/pcg01/blob/master/README.md) ## [Material](https://gitee.com/weekend/material01/blob/master/README.md) ### - [基于 Overlay Material 的 Outline 效果](https://gitee.com/weekend/material01/blob/master/OverlayMaterialOutline.md) ### - [基于 CustomDepth 和 Custom Stencil 的 Outline 效果](https://gitee.com/weekend/material01/blob/master/PostProcessMaterialOutline.md) ### - [在 UserWidget 中显示角色](https://gitee.com/weekend/material01/blob/master/SceneCapture2D.md) ## [Animation](https://gitee.com/weekend/animation01) ### - [Animation and Locomotion](https://gitee.com/weekend/animation01/blob/master/Animation.md) ### - [Montage](https://gitee.com/weekend/animation01/blob/master/Montage.md) ## [输入与增强输入](https://gitee.com/weekend/input01/blob/master/README.md) ### - [Character Input](https://gitee.com/weekend/input01/blob/master/Input.md) ### - [Actor Input](https://gitee.com/weekend/input01/blob/master/ActorInput.md) ### - [Enhanced Input](https://gitee.com/weekend/input01/blob/master/EnhancedInput.md) ### - [DefaultPawn Input](https://gitee.com/weekend/input01/blob/master/DefaultPawnInput.md) ### - [Pawn Input](https://gitee.com/weekend/input01/blob/master/PawnInput.md) ## 插件 ### - [一个基于 UEditorUtilityWidget 的插件: Asset 检索插件 Everything](https://gitee.com/weekend/plugin02/blob/master/README.md) ## 性能分析 ### - [Unreal Insight](unreal/insight.md) ### - [Memory Insights 内存跟踪](unreal/MemoryInsight.md) ### - [Networking Insights 网络跟踪](unreal/NetworkingInsight.md) ## LUA ### - [Lua基础](unreal/lua.md) ### - [Using lua in c++](https://gitee.com/weekend/lua_in_cpp) ### - [虚幻 UnLua 快速入门](https://gitee.com/weekend/Plugin05/blob/master/README.md) ## Other ### - [Keyboard Shortcut](unreal/keyboard_shortcut.md) ### - [Build Unreal Engine from source](unreal/build_unreal.md) ### - [Clang Format for Unreal Engine C++](unreal/cpp_format.md) ### - [ConsoleHelp](unreal/ConsoleHelp.md) ### - [虚幻引擎中常用的字符串类型(`FString`、`FName` 和 `FText`)](unreal/string.md) ### - [UBT/UHT 日志](unreal/UBT_LOG.md) ## OpenGL ### - [OpenGL quick start](https://gitee.com/weekend/OpenGL01/blob/master/README.md) ## chromium ### - [Build chromium ios 138 from scratch](chromium/build_chromium_ios_138.md) ### - [Build chromium android 134 from scratch](chromium/build_chromium_android_134.md) ### - [boto proxy config for gclient sync](chromium/boto.md) ### - [Export chromium webview as AAR](chromium/export_chromium_webview.md) ### - [Chromium Android native 堆栈解析](chromium/chromium_android_stack.md) ## QT ### - [d-pointer](https://gitee.com/weekend/qt01/blob/master/D-Pointer.MD) ## cpp ### - [vscode windows 配置 c++ 格式化 ClangFormat](cpp/vscode_clang_format.md) ### - [msvc运行时库链接选项](cpp/mt.md) ### - [Using c++ in Android](https://gitee.com/weekend/hello_andorid_module_in_cpp) ### - [CMake cross-compile a lib with NDK](https://gitee.com/weekend/hello_cmake_ndklib) ### - [OpenGL rotating triangle in qt](https://gitee.com/weekend/helloqtopengltriangle) ## OH ### - [AVcodec in open Harmony](https://gitee.com/weekend/oh_avcodec) ## Other ### - [GIT 性能分析](other/git_perf.md) ### - [git 配置](other/git.md) ### - [zsh 配置](other/zsh.md) ### - [vim 配置](other/vimrc.md) ### - [Windows File Recovery Windows文件恢复工具](other/win_file_recovery.md) ### - [wsl2 启用 ssh](other/wsl2.md) ### - [B站视频3倍速播放](other/bilibili.md)