Navigation
API > API/Plugins > API/Plugins/RemoteControlLogic
Description
Returns the Custom Controller Type Name (e.g. Asset Path). Empty string if Controller is not a custom one.
| Name | UE::RCCustomControllers::GetCustomControllerTypeName |
| 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
{
FString UE::RCCustomControllers::GetCustomControllerTypeName
(
const URCVirtualPropertyBase * InController
)
}
}