Navigation
API > API/Plugins > API/Plugins/DMXFixtures
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- AActor
- ADMXFixtureActorBase
- ADMXFixtureActor
- ADMXFixtureActorMatrix
References
| Module | DMXFixtures |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXFixtures/Source/DMXFixtures/Public/DMXFixtureActorBase.h |
| Include | #include "DMXFixtureActorBase.h" |
Syntax
UCLASS&40;&41;
class ADMXFixtureActorBase : public AActor
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UDMXComponent > | DMX |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | InterpolateDMXComponents
(
float DeltaSeconds |
||
| void | PushNormalizedValuesPerAttribute
(
const FDMXNormalizedAttributeValueMap& ValuePerAttributeMap |
Pushes DMX Values to the Fixture. Expects normalized values in the range of 0.0f - 1.0f |