Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FObjectInstancingGraph
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FObjectInstancingGraph
(
bool bDisableInstancing |
Default Constructor | UObject/Class.h | |
FObjectInstancingGraph
(
EObjectInstancingGraphOptions InOptions |
Constructor with options | UObject/Class.h | |
FObjectInstancingGraph
(
UObject* DestinationSubobjectRoot, |
Standard constructor | UObject/Class.h |
FObjectInstancingGraph(bool)
Description
Default Constructor
| Name | FObjectInstancingGraph |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include Path | #include "UObject/Class.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/CoreNative.cpp |
FObjectInstancingGraph
(
bool bDisableInstancing
)
Parameters
| Name | Remarks |
|---|---|
| bDisableInstancing | if true, start with component instancing disabled |
FObjectInstancingGraph(EObjectInstancingGraphOptions)
Description
Constructor with options
| Name | FObjectInstancingGraph |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include Path | #include "UObject/Class.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/CoreNative.cpp |
FObjectInstancingGraph
(
EObjectInstancingGraphOptions InOptions
)
Parameters
| Name | Remarks |
|---|---|
| InOptions | Additional options to modify the behavior of this graph |
FObjectInstancingGraph(class UObject *, EObjectInstancingGraphOptions)
Description
Standard constructor
| Name | FObjectInstancingGraph |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include Path | #include "UObject/Class.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/CoreNative.cpp |
FObjectInstancingGraph
(
class UObject * DestinationSubobjectRoot,
EObjectInstancingGraphOptions InOptions
)
Parameters
| Name | Remarks |
|---|---|
| DestinationSubobjectRoot | the top-level object that is being created |
| InOptions | Additional options to modify the behavior of this graph |