Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FArrayProperty
Description
Set the value to it's special unset state. Equivalent to TOptional
Virtual Inheritance
- TProperty::ClearIntrusiveOptionalValue → FArrayProperty::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/PropertyArray.cpp |
virtual void ClearIntrusiveOptionalValue
(
void * Data
) const
Parameters
| Name | Remarks |
|---|---|
| Data | Address of the alue, already offset. |
See Also
- operator=(FIntrusiveUnsetOptionalState)