Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > FScriptIntegrationObjectHelper
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
Include | #include "UObject/UObjectGlobals.h" |
static void InstanceSubobjects
&40;
const FObjectInitializer & ObjectInitializer,
UClass &42; Class,
bool bNeedInstancing,
bool bNeedSubobjectInstancing
&41;
Remarks
Create copies of the object's components from their templates.
Parameters
Name | Description |
---|---|
ObjectInitializer | FObjectInitializer helper |
Class | Class of the object we are initializing |
bNeedInstancing | Indicates whether the object's components need to be instanced |
bNeedSubobjectInstancing | Indicates whether subobjects of the object's components need to be instanced |