Choose your operating system:
Windows
macOS
Linux
| UObject::BuildSubobjectMapping()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraph.h |
Include |
#include "EdGraph/EdGraph.h" |
Source |
/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraph.cpp |
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.
Parameter |
Description |
---|---|
OtherObject |
The to find matching sub-objects within. |
ObjectMapping |
The complete mapping between this object hierarchy and the other object hierarchy. |