Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FProperty
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include | #include "UObject/UnrealType.h" |
virtual void CallGetter
(
const void * Container,
void * OutValue
) const
Remarks
Calls the native getter function for this property
Parameters
| Name | Description |
|---|---|
| Container | Pointer to the owner of this property (either UObject or struct) |
| OutValue | Pointer to the value where the existing property value will be copied to |