Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/FObjectPathHierarchy
Description
Removes Object from the hierarchy.
If the object has no children, the object is removed entirely. If the object has children, it shall henceforth be tacked as EHierarchyObjectType::Implicit.
| Name | RemoveObject |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Misc/ObjectPathHierarchy.h |
| Include Path | #include "Misc/ObjectPathHierarchy.h" |
| Source | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Private/Misc/ObjectPathHierarchy.cpp |
void RemoveObject
(
const FSoftObjectPath & Object
)