Navigation
API > API/Plugins > API/Plugins/RemoteControl
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RCSignature.h |
| Include | #include "RCSignature.h" |
Syntax
USTRUCT ()
struct FRCSignatureField
Remarks
Representation class of a Field (e.g. Property) in an Object
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FRCSignatureActionInstance > | Actions | Container holding the action instances for the field | |
| bool | bEnabled | Whether to consider this field when applying a Signature | |
| FRCFieldPathInfo | FieldPath | Path Info for this Field | |
| FString | ObjectRelativePath | Optional: Relative path from an owner (e.g. Actor) to the object owning the property (e.g. an Actor Component) | |
| FPropertyBagPropertyDesc | PropertyDesc | Optional: Property Description of the field (if property) | |
| FSoftClassPath | SupportedClass | Object class holding the property |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRCSignatureField | CreateField
(
const FRCFieldPathInfo& InFieldPathInfo, |
||
| void | PostLoad () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FRCSignatureField& InOtherField |