Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF > API/Plugins/DMXGDTF/GDTF/Revisions
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFRevision
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/Revisions/DMXGDTFRevision.h |
| Include | #include "GDTF/Revisions/DMXGDTFRevision.h" |
Syntax
class FDMXGDTFRevision : public UE::DMX::GDTF::FDMXGDTFNode
Remarks
This section defines one revision of a the device type (XML node Revision>). Revisions are optional. Every time a GDTF file is uploaded to the database, a revision with the actual time and UserID is created by the database.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FDateTime | Date | Revision date and time | |
| FString | ModifiedBy | Name of the software that modified this revision; Default value: empty | |
| const TWeakPtr< FDMXGDTFFixtureType > | OuterFixtureType | The outer fixture type | |
| FString | Text | User-defined text for this revision; Default value: empty | |
| uint32 | UserID | UserID of the user that has uploaded the GDTF file to the database; Default value: 0 |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXGDTFRevision
(
const TSharedRef< FDMXGDTFFixtureType >& InFixtureType |
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. |