Navigation
API > API/Plugins > API/Plugins/RemoteControl
Inheritance Hierarchy
- FRCSignatureAction
- FRCSignatureProtocolAction
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RCSignatureAction.h |
| Include | #include "RCSignatureAction.h" |
Syntax
USTRUCT (Meta=(Hidden))
struct FRCSignatureAction
Remarks
Base class of Actions that execute when Applying a Signature Field
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Execute
(
const FRCSignatureActionContext& InContext |
Executes the Action logic | |
| FRCSignatureActionIcon | GetIcon () |
Retrieves the icon to use to represent this Signature Action | |
| void | Initialize
(
const FRCSignatureField& InField |
Called when the Signature Action is first added to the action list or loaded | |
| bool | IsSupported
(
const FRCSignatureField& InField |
Determines whether this Action can execute under a given field | |
| void | PostEditChange
(
const FPropertyChangedEvent& InPropertyChangedEvent, |
Called whenever there's a change affecting the action in the Details Panel |