17 lines
1.3 KiB
Markdown
Raw Normal View History

2024-10-12 17:19:46 +08:00
# UINTERFACE(标识符)
## DllExport
| Name | 引擎模块 | 功能描述 | 常用程度 |
| ------------------------------------------------------------ | --------- | ------------------------------------------------------- | -------- |
| [MinimalAPI](UINTERFACE/UHT/MinimalAPI.md) | DllExport | 指定该UInterface对象不导出到别的模块 | ★ |
## Blueprint
| Name | 引擎模块 | 功能描述 | 常用程度 |
| ------------------------------------------------------------ | --------- | ------------------------------------------------------- | -------- |
| [Blueprintable](UINTERFACE/Blueprint/Blueprintable/Blueprintable.md) | Blueprint | 可以在蓝图中实现 | ★★★★★ |
| [NotBlueprintable](UINTERFACE/Blueprint/NotBlueprintable/NotBlueprintable.md) | Blueprint | 指定不可以在蓝图中实现 | ★★★ |
| [ConversionRoot](UINTERFACE/UHT/ConversionRoot.md) | Blueprint | Sets IsConversionRoot metadata flag for this interface. | 💀 |