Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include | #include "UObject/UnrealType.h" |
Syntax
enum EPropertyMemoryAccess
{
Direct,
InContainer,
}
Values
| Name | Description |
|---|---|
| Direct | Direct memory access - the associated pointer points to the memory at the reflected item. |
| InContainer | Container access - the associated pointer points to the outer of the reflected item. |