Navigation
API > API/Plugins > API/Plugins/RemoteControlLogic > API/Plugins/RemoteControlLogic/Action
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URCAction
- URCPropertyAction
- URCPropertyBindAction
References
| Module | RemoteControlLogic |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlLogic/Public/Action/RCPropertyAction.h |
| Include | #include "Action/RCPropertyAction.h" |
Syntax
UCLASS&40;&41;
class URCPropertyAction : public URCAction
Remarks
Property Action which is set property value from the action to exposed property
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< URCVirtualPropertySelfContainer > | PropertySelfContainer | Virtual Property Container |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FProperty * | GetProperty () |
Returns the FProperty underlying this Action | |
| TSharedPtr< FRemoteControlProperty > |
Overridden from URCAction
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute action |