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,8 @@
# ChildCannotTick
- **功能描述:** 用于Actor或ActorComponent子类标记允许其蓝图子类不可以接受响应Tick事件哪怕父类可以Tick
- **使用位置:** UCLASS
- **元数据类型:** bool
- **限制类型:** Actor类
- **关联项:** [ChildCanTick](ChildCanTick/ChildCanTick.md)
- **常用程度:** ★★★