Navigation
API > API/Plugins > API/Plugins/RemoteControlLogic
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EPropertyBagPropertyType UE::RCCustomControllers::GetCustomControllerType
(
const FName& InCustomControllerTypeName |
Returns the type associated to the specified Custom Controller Type Name | Controller/RCCustomControllerUtilities.h | |
EPropertyBagPropertyType UE::RCCustomControllers::GetCustomControllerType
(
const FString& InCustomControllerTypeName |
Returns the type associated to the specified Custom Controller Type Name | Controller/RCCustomControllerUtilities.h |
UE::RCCustomControllers::GetCustomControllerType(const FName &)
Description
Returns the type associated to the specified Custom Controller Type Name
| Name | UE::RCCustomControllers::GetCustomControllerType |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlLogic/Public/Controller/RCCustomControllerUtilities.h |
| Include Path | #include "Controller/RCCustomControllerUtilities.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlLogic/Private/Controller/RCCustomControllerUtilities.cpp |
namespace UE
{
namespace RCCustomControllers
{
EPropertyBagPropertyType UE::RCCustomControllers::GetCustomControllerType
(
const FName & InCustomControllerTypeName
)
}
}
UE::RCCustomControllers::GetCustomControllerType(const FString &)
Description
Returns the type associated to the specified Custom Controller Type Name
| Name | UE::RCCustomControllers::GetCustomControllerType |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlLogic/Public/Controller/RCCustomControllerUtilities.h |
| Include Path | #include "Controller/RCCustomControllerUtilities.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlLogic/Private/Controller/RCCustomControllerUtilities.cpp |
namespace UE
{
namespace RCCustomControllers
{
EPropertyBagPropertyType UE::RCCustomControllers::GetCustomControllerType
(
const FString & InCustomControllerTypeName
)
}
}