Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
Include |
#include "UObject/Class.h" |
struct FObjectInstancingGraph
Name | Description | |
---|---|---|
|
FObjectInstancingGraph ( |
Default Constructor |
|
FObjectInstancingGraph ( |
Standard constructor |
Name | Description | ||
---|---|---|---|
|
AddNewInstance |
Adds an object instance to the map of source objects to their instances. |
|
|
AddNewObject |
Adds a partially built object instance to the map(s) of source objects to their instances. |
|
|
EnableSubobjectInstancing ( |
Enables / disables component instancing. |
|
|
ForEachObjectInstance ( |
Allows looping over instances that were created during this instancing. |
|
|
UObject *... |
GetDestinationObject ( |
Finds the destination object instance corresponding to the specified source object. |
|
UObject *... |
InstancePropertyValue |
Returns the component that has SourceComponent as its archetype, instancing the component as necessary. |
|
IsSubobjectInstancingEnabled() |
Returns whether component instancing is enabled |
|
|
RetrieveObjectInstances |
Retrieves a list of objects that have the specified Outer |
|
|
SetDestinationRoot |
Sets the DestinationRoot for this instancing graph. |
|
|
SetLoadingObject ( |
Sets whether DestinationRoot is currently being loaded from disk. |