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 CallSetter
(
void * Container,
const void * InValue
) const
Remarks
Calls the native setter function for this property
Parameters
| Name | Description |
|---|---|
| Container | Pointer to the owner of this property (either UObject or struct) |
| InValue | Pointer to the new value |