Module |
|
Header |
/Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
Include |
#include "UObject/Class.h" |
Source |
/Engine/Source/Runtime/CoreUObject/Private/UObject/CoreNative.cpp |
Adds a partially built object instance to the map(s) of source objects to their instances.
Parameter |
Description |
---|---|
ObjectInstance |
Object that was just allocated, but has not been constructed yet |
InArchetype |
Archetype of ObjectInstance |