UBlueprintGeneratedClass::InitPropertiesFromCustomList

Helper method to assist with initializing object properties from an explicit list.

Windows
MacOS
Linux

Override Hierarchy

UClass::InitPropertiesFromCustomList()

UBlueprintGeneratedClass::InitPropertiesFromCustomList()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/BlueprintGeneratedClass.h

Include

#include "Engine/BlueprintGeneratedClass.h"

Source

/Engine/Source/Runtime/Engine/Private/BlueprintGeneratedClass.cpp

Syntax

virtual void InitPropertiesFromCustomList
(
    uint8 * DataPtr,
    const uint8 * DefaultDataPtr
)

Remarks

Helper method to assist with initializing object properties from an explicit list.

Parameters

Parameter

Description

InStruct

the current scope for which the given property list applies

DataPtr

destination address (where to start copying values to)

DefaultDataPtr

source address (where to start copying the defaults data from)

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