Navigation
API > API/Plugins > API/Plugins/DMXRuntime
Holds an array Attribute Names with their normalized Values (expand the property to see the map)
| Name | FDMXNormalizedAttributeValueMap |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/DMXTypes.h |
| Include Path | #include "DMXTypes.h" |
Syntax
USTRUCT (BlueprintType , Category="DMX", Meta=(DisplayName="DMX Normalized Attribute Value Map"))
struct FDMXNormalizedAttributeValueMap
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Map | TMap< FDMXAttributeName, float > | DMXTypes.h |
|