UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
NNE.cpp File Reference
#include "NNE.h"
#include "Misc/CoreDelegates.h"
#include "Misc/SecureHash.h"
#include "Modules/ModuleManager.h"

Classes

class  UE::NNE::FRegistry
 

Namespaces

namespace  UE
 
namespace  UE::NNE
 

Functions

 DEFINE_LOG_CATEGORY (LogNNE)
 
ERegisterRuntimeStatus UE::NNE::RegisterRuntime (TWeakInterfacePtr< INNERuntime > Runtime)
 
EUnregisterRuntimeStatus UE::NNE::UnregisterRuntime (TWeakInterfacePtr< INNERuntime > Runtime)
 
TArray< FString > UE::NNE::GetAllRuntimeNames ()
 
TWeakInterfacePtr< INNERuntimeUE::NNE::GetRuntime (const FString &Name)
 

Function Documentation

◆ DEFINE_LOG_CATEGORY()

DEFINE_LOG_CATEGORY ( LogNNE  )