Navigation
API > API/Plugins > API/Plugins/DMXRuntime
UE specific: The base class for all Children in a Child List Node, whereas the standard refers to them as 'Parametric Objects'.
| Name | UDMXMVRParametricObjectNodeBase |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/MVR/Types/DMXMVRParametricObjectNodeBase.h |
| Include Path | #include "MVR/Types/DMXMVRParametricObjectNodeBase.h" |
Syntax
UCLASS (Abstract)
class UDMXMVRParametricObjectNodeBase : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDMXMVRParametricObjectNodeBase
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDMXMVRParametricObjectNodeBase() |
Constructor | MVR/Types/DMXMVRParametricObjectNodeBase.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Matrix | FDMXOptionalTransform | The location of the object inside the parent coordinate system. | MVR/Types/DMXMVRParametricObjectNodeBase.h |
|
| UUID | FGuid | The unique identifier of the object. | MVR/Types/DMXMVRParametricObjectNodeBase.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual 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/DMXMVRParametricObjectNodeBase.h | |
| Returns the Group this Node resides in, or null if not in a Group | MVR/Types/DMXMVRParametricObjectNodeBase.h | ||
const UDMXMVRGroupObjectNode * GetGroup () |
Returns the Group this Node resides in, or null if not in a Group | MVR/Types/DMXMVRParametricObjectNodeBase.h | |
UDMXMVRLayerNode * GetLayer () |
Returns the Layer this Node resides in | MVR/Types/DMXMVRParametricObjectNodeBase.h | |
const UDMXMVRLayerNode * GetLayer () |
Returns the Layer this Node resides in | MVR/Types/DMXMVRParametricObjectNodeBase.h | |
FTransform GetTransformAbsolute() |
Gets the Transform in the absolute coordinate system | MVR/Types/DMXMVRParametricObjectNodeBase.h | |
void SetTransformAbsolute
(
FTransform NewTransform |
Sets the Transform in the absolute coordinate system | MVR/Types/DMXMVRParametricObjectNodeBase.h |