Navigation
API > API/Plugins > API/Plugins/RemoteControlLogic
Classes
| Type | Name | Description | |
|---|---|---|---|
| URCController | Remote Control Controller. Container for Behaviours and Actions | ||
| URCControllerContainer | Controller Container which holds all virtual controller properties |
Constants
| Name | Description |
|---|---|
| UE::RCCustomControllers::CustomControllerExecuteOnLoadNameKey | |
| UE::RCCustomControllers::CustomControllerNameKey | |
| UE::RCCustomControllers::CustomTextureControllerName |
Typedefs
| Name | Description |
|---|---|
| FOnBehaviourListModified |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | UE::RCCustomControllers::CustomControllerExecutesOnLoad
(
const URCVirtualPropertyBase* InController |
||
| bool | UE::RCCustomControllers::CustomControllerExecutesOnLoad
(
const FName& InCustomControllerTypeName |
||
| TMap< FName, FString > | UE::RCCustomControllers::GetCustomControllerMetaData
(
const FString& InCustomControllerTypeName |
||
| EPropertyBagPropertyType | UE::RCCustomControllers::GetCustomControllerType
(
const FName& InCustomControllerTypeName |
Returns the type associated to the specified Custom Controller Type Name | |
| EPropertyBagPropertyType | UE::RCCustomControllers::GetCustomControllerType
(
const FString& InCustomControllerTypeName |
Returns the type associated to the specified Custom Controller Type Name | |
| FString | UE::RCCustomControllers::GetCustomControllerTypeName
(
const URCVirtualPropertyBase* InController |
Returns the Custom Controller Type Name (e.g. Asset Path). | |
| FName | UE::RCCustomControllers::GetUniqueNameForController
(
const URCVirtualPropertyInContainer* InController |
Generates a unique name for a Custom Controller, based on its Custom Type Name Useful when creating a new controller. | |
| bool | UE::RCCustomControllers::IsCustomController
(
const URCVirtualPropertyBase* InController |
Checks if the passed virtual property has Custom Controller metadata available | |
| bool | UE::RCCustomControllers::IsValidCustomController
(
const FName& InCustomControllerTypeName |
Checks if the specified Custom Controller Type Name exists (e.g. is not a made up type) |