Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF > API/Plugins/DMXGDTF/GDTF/AttributeDefinitions
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFFeatureGroup
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/AttributeDefinitions/DMXGDTFFeatureGroup.h |
| Include | #include "GDTF/AttributeDefinitions/DMXGDTFFeatureGroup.h" |
Syntax
class FDMXGDTFFeatureGroup : public UE::DMX::GDTF::FDMXGDTFNode
Remarks
This section defines the feature group (XML node
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TSharedPtr< FDMXGDTFFeature > > | FeatureArray | As children the feature group has a list of a feature. | |
| FName | Name | The unique name of the feature group. | |
| const TWeakPtr< FDMXGDTFAttributeDefinitions > | OuterAttributeDefinitions | The outer attribute definitions | |
| FString | Pretty | The pretty name of the feature group. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXGDTFFeatureGroup
(
const TSharedRef< FDMXGDTFAttributeDefinitions >& InAttributeDefinitions |
Overridden from FDMXGDTFNode
| Type | Name | Description | |
|---|---|---|---|
| FXmlNode * | CreateXmlNode
(
FXmlNode& Parent |
Creates an XML node in the parent node | |
| const TCHAR * | GetXmlTag () |
Gets the Xml Tag corresponding to this node | |
| void | Initialize
(
const FXmlNode& InXmlNode |
Initializes the node from an Xml node. Called after the node was constructed. |