Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FProperty
Description
Destroys the value for this property. The existing data is assumed valid (so for example this calls FString::Empty) This does the entire fixed size array.
| Name | DestroyValue |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
void DestroyValue
(
void * Dest
) const
Parameters
| Name | Remarks |
|---|---|
| Dest | the address of the value for this property that should be destroyed. |