UStruct::InstanceSubobjectTemplates

Creates new copies of components

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/Class.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp

Syntax

void InstanceSubobjectTemplates
(
    void * Data,
    void const * DefaultData,
    UStruct * DefaultStruct,
    UObject * Owner,
    FObjectInstancingGraph * InstanceGraph
)

Remarks

Creates new copies of components

Parameters

Parameter

Description

Data

pointer to the address of the subobject referenced by this FProperty

DefaultData

pointer to the address of the default value of the subbject referenced by this FProperty

DefaultStruct

the struct corresponding to the buffer pointed to by DefaultData

Owner

the object that contains the component currently located at Data

InstanceGraph

contains the mappings of instanced objects and components to their templates

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