Navigation
API > API/Plugins > API/Plugins/RemoteControl
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlPropertyIdRegistry.h |
| Include | #include "RemoteControlPropertyIdRegistry.h" |
Syntax
USTRUCT ()
struct FRCPropertyIdWrapper
Remarks
Wrapper class used to serialize identities of exposable entities in a generic way.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRCPropertyIdWrapper
(
const TSharedRef< FRemoteControlProperty >& InRCProperty |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FGuid & | GetEntityId () |
Get the type of the wrapped entity. | |
| FName | Get the type of the wrapped entity. | ||
| const FName & | GetSubType () |
Get the sub type of the wrapped entity. | |
| const FName & | GetSuperType () |
Get the super type of the wrapped property. | |
| bool | IsValid () |
Returns whether the type and the underlying data is valid. | |
| bool | Returns whether the type and the underlying data is valid. | ||
| void | SetPropertyId
(
FName InNewPropertyId |
Get the type of the wrapped entity. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FGuid& WrappedId |
||
| bool | operator==
(
const FRCPropertyIdWrapper& Other |