Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FScriptIntegrationObjectHelper
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include | #include "UObject/UObjectGlobals.h" |
static bool InitSubobjectProperties
(
const FObjectInitializer & ObjectInitializer
)
Remarks
Calls InitProperties for any default subobjects created through this ObjectInitializer. true if there are any subobjects which require instancing.
Parameters
| Name | Description |
|---|---|
| bAllowInstancing | Indicates whether the object's components may be copied from their templates. |