vault backup: 2024-10-12 17:19:45
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# 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. | 💀 |
|
Reference in New Issue
Block a user