FProperty::ClearValue

Zeros the value for this property.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h

Include

#include "UObject/UnrealType.h"

Syntax

void ClearValue
(
    void * Data
) const

Remarks

Zeros the value for this property. The existing data is assumed valid (so for example this calls FString::Empty) This only does one item and not the entire fixed size array.

Parameters

Parameter

Description

Data

the address of the value for this property that should be cleared.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss