Navigation
API > API/Plugins > API/Plugins/AutomationControllerRpc
| Name | UAutomationControllerRpcRegistrationComponent |
| Type | class |
| Header File | /Engine/Plugins/AutomationControllerRpc/Source/AutomationControllerRpc/Public/AutomationControllerRpcRegistrationComponent.h |
| Include Path | #include "AutomationControllerRpcRegistrationComponent.h" |
Syntax
UCLASS ()
class UAutomationControllerRpcRegistrationComponent : public UExternalRpcRegistrationComponent
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UExternalRpcRegistrationComponent → UAutomationControllerRpcRegistrationComponent
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ObjectInstance | UAutomationControllerRpcRegistrationComponent * | Instance of this RPC component. | AutomationControllerRpcRegistrationComponent.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void BeginDestroy() |
AutomationControllerRpcRegistrationComponent.h | ||
void DeregisterHttpCallbacks() |
Deregisters all previously registered routes. | AutomationControllerRpcRegistrationComponent.h | |
void RegisterAlwaysOnHttpCallbacks() |
Registers the necessary routes to the AutomationController. | AutomationControllerRpcRegistrationComponent.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UAutomationControllerRpcRegistrationComponent * GetInstance() |
Gets the singleton instance of this component. | AutomationControllerRpcRegistrationComponent.h |