Navigation
API > API/Plugins > API/Plugins/DMXGDTF
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.
| Name | FDMXGDTFRevision |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/Revisions/DMXGDTFRevision.h |
| Include Path | #include "GDTF/Revisions/DMXGDTFRevision.h" |
Syntax
class FDMXGDTFRevision : public UE::DMX::GDTF::FDMXGDTFNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDMXGDTFNode → FDMXGDTFRevision
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDMXGDTFRevision
(
const TSharedRef< FDMXGDTFFixtureType >& InFixtureType |
GDTF/Revisions/DMXGDTFRevision.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Date | FDateTime | Revision date and time | GDTF/Revisions/DMXGDTFRevision.h | |
| ModifiedBy | FString | Name of the software that modified this revision; Default value: empty | GDTF/Revisions/DMXGDTFRevision.h | |
| OuterFixtureType | const TWeakPtr< FDMXGDTFFixtureType > | The outer fixture type | GDTF/Revisions/DMXGDTFRevision.h | |
| Text | FString | User-defined text for this revision; Default value: empty | GDTF/Revisions/DMXGDTFRevision.h | |
| UserID | uint32 | UserID of the user that has uploaded the GDTF file to the database; Default value: 0 | GDTF/Revisions/DMXGDTFRevision.h |
Functions
Public
Overridden from FDMXGDTFNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FXmlNode * CreateXmlNode
(
FXmlNode& Parent |
Creates an XML node in the parent node | GDTF/Revisions/DMXGDTFRevision.h | |
virtual const TCHAR * GetXmlTag() |
Gets the Xml Tag corresponding to this node | GDTF/Revisions/DMXGDTFRevision.h | |
virtual void Initialize
(
const FXmlNode& InXmlNode |
Initializes the node from an Xml node. Called after the node was constructed. | GDTF/Revisions/DMXGDTFRevision.h |