Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UStruct
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 |
void InstanceSubobjectTemplates
(
void * Data,
void const * DefaultData,
UStruct * DefaultStruct,
UObject * Owner,
FObjectInstancingGraph * InstanceGraph
)
Remarks
Creates new copies of components
Parameters
| Name | 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 |