Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > FObjectInstancingGraph
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
Include | #include "UObject/Class.h" |
Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/CoreNative.cpp |
void AddNewObject
&40;
class UObject &42; ObjectInstance,
class UObject &42; InArchetype
&41;
Remarks
Adds a partially built object instance to the map(s) of source objects to their instances.
Parameters
Name | Description |
---|---|
ObjectInstance | Object that was just allocated, but has not been constructed yet |
InArchetype | Archetype of ObjectInstance |