Navigation
API > API/Plugins > API/Plugins/RemoteControl
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RCSignature.h |
| Include | #include "RCSignature.h" |
Syntax
USTRUCT ()
struct FRCSignature
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnabled | Whether this Signature can be applied | |
| FText | DisplayName | User facing friendly name. Used as the Label when exposing | |
| TArray< FRCSignatureField > | Fields | The fields owned by this Signature | |
| FGuid | Id | Unique Id identifying this Signature |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | AddFields
(
TConstArrayView< FRCSignatureField > InFields |
Adds the given fields to this signature and ensuring no repeated field is present | |
| int32 | ApplySignature
(
URemoteControlPreset* InPreset, |
Applies this Signature to the given Objects by exposing all this Signature's fields to the given preset | |
| void | PostLoad () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FGuid& InSignatureId |