Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FProperty
Description
Set the value to it's special unset state. Equivalent to TOptional
Derived Overrides
- FArrayProperty::ClearIntrusiveOptionalValue
- FMapProperty::ClearIntrusiveOptionalValue
- FObjectProperty::ClearIntrusiveOptionalValue
- FSetProperty::ClearIntrusiveOptionalValue
- FStructProperty::ClearIntrusiveOptionalValue
- TProperty::ClearIntrusiveOptionalValue
| Name | ClearIntrusiveOptionalValue |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Property.cpp |
virtual void ClearIntrusiveOptionalValue
(
void * Data
) const
Parameters
| Name | Remarks |
|---|---|
| Data | Address of the alue, already offset. |
See Also
- operator=(FIntrusiveUnsetOptionalState)