Navigation
API > API/Plugins > API/Plugins/RemoteControlLogic
Action for PropertyId
| Name | URCPropertyIdAction |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlLogic/Public/Action/RCPropertyIdAction.h |
| Include Path | #include "Action/RCPropertyIdAction.h" |
Syntax
UCLASS ()
class URCPropertyIdAction : public URCAction
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → URCAction → URCPropertyIdAction
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~URCPropertyIdAction() |
Action/RCPropertyIdAction.h |
Constants
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CachedPropertySelfContainer | TMap< FPropertyIdContainerKey, TObjectPtr< URCVirtualPropertySelfContainer > > | Cached Virtual Property Container | Action/RCPropertyIdAction.h | |
| PropertyId | FName | Holds the field identifier associated with this. | Action/RCPropertyIdAction.h | |
| PropertySelfContainer | TMap< FPropertyIdContainerKey, TObjectPtr< URCVirtualPropertySelfContainer > > | Virtual Property Container | Action/RCPropertyIdAction.h | |
| RealPropertySelfContainer | TMap< FGuid, TObjectPtr< URCVirtualPropertySelfContainer > > | Contains the real property container | Action/RCPropertyIdAction.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Initialize() |
Action/RCPropertyIdAction.h | ||
void OnEntityUnexposed
(
URemoteControlPreset* InPreset, |
Action/RCPropertyIdAction.h | ||
void UpdatePropertyId() |
Action/RCPropertyIdAction.h |
Overridden from URCAction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute action | Action/RCPropertyIdAction.h | |
| Called internally when entity Ids are renewed. | Action/RCPropertyIdAction.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeChainProperty
(
FPropertyChangedChainEvent& PropertyChangedEvent |
Action/RCPropertyIdAction.h | ||
virtual void PostLoad() |
Action/RCPropertyIdAction.h |