17 lines
1.3 KiB
Markdown
17 lines
1.3 KiB
Markdown
|
# 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. | 💀 |
|