Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate > API/Plugins/ConcertSharedSlate/IObjectHierarchyModel
| |
|
| Name |
FParentInfo |
| Type |
struct |
| Header File |
/Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/Replication/Editor/Model/Object/IObjectHierarchyModel.h |
| Include Path |
#include "Replication/Editor/Model/Object/IObjectHierarchyModel.h" |
Syntax
struct FParentInfo
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Parent |
TSoftObjectPtr< const UObject > |
The parent of the child object in the hierarchy. |
Replication/Editor/Model/Object/IObjectHierarchyModel.h |
|
| Relationship |
EChildRelationship |
Relationship that the child has to Parent, e.g. the child could be a component of Parent. |
Replication/Editor/Model/Object/IObjectHierarchyModel.h |
|