Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/FRCSignatureAction
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RCSignatureAction.h |
| Include | #include "RCSignatureAction.h" |
virtual bool Execute
(
const FRCSignatureActionContext & InContext
) const
Remarks
Executes the Action logic true if the action did anything to the preset
Parameters
| Name | Description |
|---|---|
| InContext | context of the action (preset, exposed property and uobject being used) |