Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FOptionalPropertyLayout
Description
For replacing the value of a set optional. Must be called on a non-null pointer to an optional. If called on an unset optional, will return null.
| Name | GetValuePointerForReplaceIfSet |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/PropertyOptional.h |
| Include Path | #include "UObject/PropertyOptional.h" |
void * GetValuePointerForReplaceIfSet
(
void * Data
) const