Navigation
API > API/Plugins > API/Plugins/RemoteControlProtocolDMX
Inheritance Hierarchy
- FRemoteControlProtocolEntity
- FRemoteControlDMXProtocolEntity
References
| Module | RemoteControlProtocolDMX |
| Header | /Engine/Plugins/VirtualProduction/RemoteControlProtocolDMX/Source/RemoteControlProtocolDMX/Public/RemoteControlProtocolDMX.h |
| Include | #include "RemoteControlProtocolDMX.h" |
Syntax
USTRUCT ()
struct FRemoteControlDMXProtocolEntity : public FRemoteControlProtocolEntity
Remarks
DMX protocol entity for remote control binding
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRemoteControlDMXProtocolEntityExtraSetting | ExtraSetting | Extra protocol settings | |
| uint32 | RangeInputTemplate | DMX range input property template, used for binding. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BindDMX () |
Binds this entity to DMX | |
| TArray< TSharedRef< TStructOnScope< FRemoteControlProtocolEntity > > > | FindEntitiesByProperty
(
const TSharedRef< FRemoteControlProperty >& Property |
Finds remote control protocol DMX entities used by the specified property | |
| TArray< TSharedRef< TStructOnScope< FRemoteControlProtocolEntity > > > | Finds remote control protocol DMX entities used by the specified property | ||
| uint8 | Returns the num DMX channels this setting spans | ||
| void | Invalidate () |
Invalidates this entity. The entity will be updated on the next tick. | |
| void | PostSerialize
(
const FArchive& Ar |
Called after the struct is serialized | |
| bool | Called when the struct is serialized | ||
| void | UnbindDMX () |
Unbinds this entity from DMX |
Overridden from FRemoteControlProtocolEntity
| Type | Name | Description | |
|---|---|---|---|
| const FString & | Get the upper most value for the range property type, used for normalization | ||
| FName | Get bound range property. | ||
| uint8 | Get Size of the range property value |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bUseDefaultInputPort_DEPRECATED | ||
| bool | bUseLSB_DEPRECATED | ||
| EDMXFixtureSignalFormat | DataType_DEPRECATED | ||
| FGuid | InputPortId_DEPRECATED | ||
| int32 | Universe_DEPRECATED | DEPRECATED MEMBERS. |