Navigation
API > API/Plugins > API/Plugins/RemoteControl
The context for a Signature Action to execute
| Name | FRCSignatureActionContext |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RCSignatureAction.h |
| Include Path | #include "RCSignatureAction.h" |
Syntax
struct FRCSignatureActionContext
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Object | TObjectPtr< UObject > | The object that the Signature is applying | RCSignatureAction.h | |
| Preset | TObjectPtr< URemoteControlPreset > | The preset where the Signature is being applied | RCSignatureAction.h | |
| Property | TSharedPtr< FRemoteControlProperty > | The exposed property from the Signature | RCSignatureAction.h |