Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IPropertyHandleOptional
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h |
| Include | #include "PropertyHandle.h" |
FPropertyAccess::Result SetOptionalValue
(
FProperty * NewValue
)
Remarks
Set the item Whether or not this was successful
Parameters
| Name | Description |
|---|---|
| NewValue | The value to set the optional to. Pass in nullptr to default-initialize the value. |