Navigation
API > API/Plugins > API/Plugins/PlainPropsUObject
Temporary non-intrusive mapping from UEnum->FEnumId and UStruct->FBindId, these ids will be owned directly by UEnum and UStruct in a future integration
| Name | FDynamicIds |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/PlainPropsUObject/Source/Public/PlainPropsUObjectRuntime.h |
| Include Path | #include "PlainPropsUObjectRuntime.h" |
Syntax
struct FDynamicIds
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Enums | TMap< const UEnum *, FEnumId > | PlainPropsUObjectRuntime.h | ||
| Structs | TMap< const UStruct *, FDualStructId > | PlainPropsUObjectRuntime.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddEnum
(
const UEnum* Enum, |
PlainPropsUObjectRuntime.h | ||
void AddStruct
(
const UStruct* Struct, |
PlainPropsUObjectRuntime.h | ||
FEnumId GetEnum
(
const UEnum* Enum |
PlainPropsUObjectRuntime.h | ||
FDualStructId GetStruct
(
const UStruct* Struct |
PlainPropsUObjectRuntime.h |