Navigation
API > API/Plugins > API/Plugins/RemoteControl
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URCSignatureRegistry
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RCSignatureRegistry.h |
| Include | #include "RCSignatureRegistry.h" |
Syntax
UCLASS (MinimalAPI)
class URCSignatureRegistry : public UObject
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRCSignature & | AddSignature () |
Adds a new Signature to this registry | |
| void | Removes all the Signature in this registry | ||
| const FRCSignature * | FindSignature
(
const FGuid& InSignatureId |
Find an existing Signature matching the given id | |
| FRCSignature * | FindSignatureMutable
(
const FGuid& InSignatureId |
Find an existing Signature matching the given id | |
| TConstArrayView< FRCSignature > | |||
| int32 | RemoveSignature
(
const FGuid& InSignatureId |
Removes the Signature with the matching Signature Id |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. |