Navigation
API > API/Plugins > API/Plugins/RemoteControlLogic
Property Action which is set property value from the action to exposed property
| Name | URCPropertyAction |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlLogic/Public/Action/RCPropertyAction.h |
| Include Path | #include "Action/RCPropertyAction.h" |
Syntax
UCLASS ()
class URCPropertyAction : public URCAction
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → URCAction → URCPropertyAction
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
URCPropertyAction() |
Action/RCPropertyAction.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PropertySelfContainer | TObjectPtr< URCVirtualPropertySelfContainer > | Virtual Property Container | Action/RCPropertyAction.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FProperty * GetProperty() |
Returns the FProperty underlying this Action | Action/RCPropertyAction.h | |
TSharedPtr< FRemoteControlProperty > GetRemoteControlProperty() |
Action/RCPropertyAction.h | ||
void UpdateValueBasedOnRCProperty() |
Update the value of this Action with the current value of the RC property it is bound to | Action/RCPropertyAction.h |
Overridden from URCAction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute action | Action/RCPropertyAction.h | |
| Called internally when entity Ids are renewed. | Action/RCPropertyAction.h |