Navigation
API > API/Plugins > API/Plugins/DMXGDTF
This section defines the attribute definition collect for the Fixture Type Attributes.
| Name | FDMXGDTFAttributeDefinitions |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/AttributeDefinitions/DMXGDTFAttributeDefinitions.h |
| Include Path | #include "GDTF/AttributeDefinitions/DMXGDTFAttributeDefinitions.h" |
Syntax
class FDMXGDTFAttributeDefinitions : public UE::DMX::GDTF::FDMXGDTFNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDMXGDTFNode → FDMXGDTFAttributeDefinitions
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDMXGDTFAttributeDefinitions
(
const TSharedRef< FDMXGDTFFixtureType >& InFixtureType |
GDTF/AttributeDefinitions/DMXGDTFAttributeDefinitions.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActivationGroups | TArray< TSharedPtr< FDMXGDTFActivationGroup > > | (Optional) This section defines groups of Fixture Type Attributes that are intended to be used together. | GDTF/AttributeDefinitions/DMXGDTFAttributeDefinitions.h | |
| Attributes | TArray< TSharedPtr< FDMXGDTFAttribute > > | This section defines the Fixture Type Attributes (XML node |
GDTF/AttributeDefinitions/DMXGDTFAttributeDefinitions.h | |
| FeatureGroups | TArray< TSharedPtr< FDMXGDTFFeatureGroup > > | (Optional) This section defines the logical grouping of Fixture Type Attributes (XML node |
GDTF/AttributeDefinitions/DMXGDTFAttributeDefinitions.h | |
| OuterFixtureType | const TWeakPtr< FDMXGDTFFixtureType > | The outer fixture type | GDTF/AttributeDefinitions/DMXGDTFAttributeDefinitions.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FDMXGDTFActivationGroup > FindActivationGroup
(
const FString& Name |
Finds an activation group by name. | GDTF/AttributeDefinitions/DMXGDTFAttributeDefinitions.h | |
TSharedPtr< FDMXGDTFAttribute > FindAttribute
(
const FString& Name |
Finds an attribute by name. Returns the attribute or nullptr if the attribute cannot be found | GDTF/AttributeDefinitions/DMXGDTFAttributeDefinitions.h | |
TSharedPtr< FDMXGDTFFeature > FindFeature
(
const FString& FeatureGroupName, |
Finds a feature by name. Returns the feature or nullptr if the feature cannot be found | GDTF/AttributeDefinitions/DMXGDTFAttributeDefinitions.h |
Overridden from FDMXGDTFNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FXmlNode * CreateXmlNode
(
FXmlNode& Parent |
Creates an XML node in the parent node | GDTF/AttributeDefinitions/DMXGDTFAttributeDefinitions.h | |
virtual const TCHAR * GetXmlTag() |
Gets the Xml Tag corresponding to this node | GDTF/AttributeDefinitions/DMXGDTFAttributeDefinitions.h | |
virtual void Initialize
(
const FXmlNode& InXmlNode |
Initializes the node from an Xml node. Called after the node was constructed. | GDTF/AttributeDefinitions/DMXGDTFAttributeDefinitions.h |