499 B

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.