Navigation
API > API/Plugins > API/Plugins/RemoteControlLogic > API/Plugins/RemoteControlLogic/Action
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URCAction
- URCPropertyIdAction
References
| Module | RemoteControlLogic |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlLogic/Public/Action/RCPropertyIdAction.h |
| Include | #include "Action/RCPropertyIdAction.h" |
Syntax
UCLASS ()
class URCPropertyIdAction : public URCAction
Remarks
Action for PropertyId
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FPropertyIdContainerKey, TObjectPtr< URCVirtualPropertySelfContainer > > | CachedPropertySelfContainer | Cached Virtual Property Container | |
| FName | PropertyId | Holds the field identifier associated with this. | |
| TMap< FPropertyIdContainerKey, TObjectPtr< URCVirtualPropertySelfContainer > > | PropertySelfContainer | Virtual Property Container | |
| TMap< FGuid, TObjectPtr< URCVirtualPropertySelfContainer > > | RealPropertySelfContainer | Contains the real property container |
Destructors
No destructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize () |
||
| void | OnEntityUnexposed
(
URemoteControlPreset* InPreset, |
||
| void |
Overridden from URCAction
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute action | |
| void | UpdateEntityIds
(
const TMap< FGuid, FGuid >& InEntityIdMap |
Called internally when entity Ids are renewed. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeChainProperty
(
FPropertyChangedChainEvent& PropertyChangedEvent |
This alternate version of PostEditChange is called when properties inside structs are modified. | |
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. |
Constants
| Name | Description |
|---|---|
| AllowedStructNameToCopy |