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 @@
# DeprecatedFunction
- **功能描述:** 标明一个函数已经被弃用
- **使用位置:** UFUNCTION
- **引擎模块:** Development
- **元数据类型:** bool
- **常用程度:** ★
*Any Blueprint references to this function will cause compilation warnings telling the user that the function is deprecated. You can add to the deprecation warning message (for example, to provide instructions on replacing the deprecated function) using the DeprecationMessage metadata specifier.*