Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UObject
- UObject::BuildSubobjectMapping()
- UEdGraph::BuildSubobjectMapping()
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 |
virtual void BuildSubobjectMapping
&40;
UObject &42; OtherObject,
TMap< UObject &42;, UObject &42; > & ObjectMapping
&41; const
Remarks
Given OtherObject (which will be the same type as 'this'), recursively find any matching sub-objects from 'this' that also exist within OtherObject, and add the mappings to ObjectMapping.
Parameters
Name | Description |
---|---|
OtherObject | The to find matching sub-objects within. |
ObjectMapping | The complete mapping between this object hierarchy and the other object hierarchy. |