FProperty::InitializeValue_InContainer

Zeros, copies from the default, or calls the constructor for on 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 InitializeValue_InContainer
(
    void * Dest
) const

Remarks

Zeros, copies from the default, or calls the constructor for on the value for this property. The existing data is assumed invalid (so for example this might indirectly call FString::FString, This will do the entire fixed size array.

Parameters

Parameter

Description

Dest

the address of the container of 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