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