Navigation
API > API/Plugins > API/Plugins/RemoteControlLogic
Key for the PropertyContainer of the PropertyId Action
| Name | FPropertyIdContainerKey |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlLogic/Public/Action/RCPropertyIdAction.h |
| Include Path | #include "Action/RCPropertyIdAction.h" |
Syntax
USTRUCT ()
struct FPropertyIdContainerKey
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Action/RCPropertyIdAction.h | |||
FPropertyIdContainerKey
(
FName InPropertyId, |
Action/RCPropertyIdAction.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ContainerName | FName | Name of the container | Action/RCPropertyIdAction.h | |
| PropertyId | FName | PropertyId | Action/RCPropertyIdAction.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FPropertyIdContainerKey& InOtherKey |
Comparison operator, used by hashing containers. | Action/RCPropertyIdAction.h |