Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h |
| Include | #include "PropertyHandle.h" |
Syntax
class IPropertyHandleOptional
Remarks
A handle to an optional property which allows you to manipulate the optional
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FPropertyAccess::Result | Clear the item | ||
| FPropertyAccess::Result | GetOptionalValue
(
FProperty*& OutValue |
Get the item | |
| FPropertyAccess::Result | SetOptionalValue
(
FProperty* NewValue |
Set the item |