Navigation
API > API/Runtime > API/Runtime/NNE
References
| Module | NNE |
| Header | /Engine/Source/Runtime/NNE/Public/NNE.h |
| Include | #include "NNE.h" |
namespace UE
{
namespace NNE
{
template<class T>
TArray < FString > UE::NNE::GetAllRuntimeNames()
}
}
Remarks
List and return all registered runtime names that implement the provided interface. An array containing runtime names of all registered runtimes that implement the interface in the template argument.