This commit is contained in:
2025-08-02 12:09:34 +08:00
commit e70b01cdca
2785 changed files with 575579 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# AnimBlueprintFunction
- **功能描述:** 标明是动画蓝图里的内部纯存根函数,只在动画蓝图编译时设置
- **使用位置:** UFUNCTION
- **引擎模块:** AnimationGraph
- **元数据类型:** bool
- **限制类型:** Anim BP
只是在内部使用,在动画蓝图编译的时候设置。但是没有在代码里显式的编写。