Navigation
API > API/Plugins > API/Plugins/RemoteControlLogic
Property Bind Action specifically for Bind Behaviour
| Name | URCPropertyBindAction |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlLogic/Public/Action/Bind/RCPropertyBindAction.h |
| Include Path | #include "Action/Bind/RCPropertyBindAction.h" |
Syntax
UCLASS ()
class URCPropertyBindAction : public URCPropertyAction
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → URCAction → URCPropertyAction → URCPropertyBindAction
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
URCPropertyBindAction() |
Action/Bind/RCPropertyBindAction.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Controller | TObjectPtr< URCController > | The Controller that drives us | Action/Bind/RCPropertyBindAction.h |
Functions
Public
Overridden from URCAction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute action | Action/Bind/RCPropertyBindAction.h |