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