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 ()
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 > | |||
| void | Update the value of this Action with the current value of the RC property it is bound to |
Overridden from URCAction
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute action | |
| void | UpdateEntityIds
(
const TMap< FGuid, FGuid >& InEntityIdMap |
Called internally when entity Ids are renewed. |