vault backup: 2024-10-12 17:19:45

This commit is contained in:
2024-10-12 17:19:46 +08:00
parent ff94ddca61
commit 244c0c52f6
960 changed files with 31348 additions and 10 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.*