Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UObject
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h |
Include | #include "UObject/Object.h" |
Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Obj.cpp |
void ReinitializeProperties
&40;
UObject &42; SourceObject,
struct FObjectInstancingGraph &42; InstanceGraph
&41;
Remarks
Wrapper function for InitProperties() which handles safely tearing down this object before re-initializing it from the specified source object.
Parameters
Name | Description |
---|---|
SourceObject | the object to use for initializing property values in this object. If not specified, uses this object's archetype. |
InstanceGraph | contains the mappings of instanced objects and components to their templates |