1.3 KiB
1.3 KiB
UINTERFACE(标识符)
DllExport
Name | 引擎模块 | 功能描述 | 常用程度 |
---|---|---|---|
MinimalAPI | DllExport | 指定该UInterface对象不导出到别的模块 | ★ |
Blueprint
Name | 引擎模块 | 功能描述 | 常用程度 |
---|---|---|---|
Blueprintable | Blueprint | 可以在蓝图中实现 | ★★★★★ |
NotBlueprintable | Blueprint | 指定不可以在蓝图中实现 | ★★★ |
ConversionRoot | Blueprint | Sets IsConversionRoot metadata flag for this interface. | 💀 |