Navigation
API > API/Plugins > API/Plugins/DMXRuntime
This node contains a collection of user data nodes defined and used by provider applications if required.
| Name | UDMXMVRUserDataNode |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/MVR/Types/DMXMVRUserDataNode.h |
| Include Path | #include "MVR/Types/DMXMVRUserDataNode.h" |
Syntax
UCLASS ()
class UDMXMVRUserDataNode : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDMXMVRUserDataNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDMXMVRUserDataNode() |
Constructor | MVR/Types/DMXMVRUserDataNode.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| UnrealEngineDataNode | TObjectPtr< UDMXMVRUnrealEngineDataNode > | UE Specific: The UE's proprietary data node | MVR/Types/DMXMVRUserDataNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CreateXmlNodeInParent
(
FXmlNode& ParentNode |
Creates a DMX Xml Node as per MVR standard in parent, or logs warnings if no compliant Node can be created. | MVR/Types/DMXMVRUserDataNode.h |