UBlueprintGeneratedClass::InitArrayPropertyFromCustomList

Helper method to assist with initializing from an array property with an explicit item list.

Windows
MacOS
Linux

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

static void InitArrayPropertyFromCustomList
(
    const FArrayProperty * ArrayProperty,
    const FCustomPropertyListNode * InPropertyList,
    uint8 * DataPtr,
    const uint8 * DefaultDataPtr
)

Remarks

Helper method to assist with initializing from an array property with an explicit item list.

Parameters

Parameter

Description

ArrayProperty

the array property for which the given property list applies

InPropertyList

only these properties (indices) will be copied from defaults

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