Navigation
API > API/Editor > API/Editor/SubobjectDataInterface
Inheritance Hierarchy
- FSubobjectData
- FInheritedSubobjectData
- FChildActorSubobjectData
References
| Module | SubobjectDataInterface |
| Header | /Engine/Source/Editor/SubobjectDataInterface/Public/InheritedSubobjectData.h |
| Include | #include "InheritedSubobjectData.h" |
Syntax
struct FInheritedSubobjectData : public FSubobjectData
Remarks
Container that represents the subobject data of a child actor component.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsInheritedSCS | True if this SCS node is inherited from another blueprint generated class. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FInheritedSubobjectData
(
UObject* ContextObject, |