UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
NNE.h File Reference

Go to the source code of this file.

Namespaces

namespace  UE
 
namespace  UE::NNE
 

Typedefs

using UE::NNE::ERegisterRuntimeStatus = EResultStatus
 
using UE::NNE::EUnregisterRuntimeStatus = EResultStatus
 

Functions

NNE_API DECLARE_LOG_CATEGORY_EXTERN (LogNNE, Log, All)
 
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)
 
template<class T >
TWeakInterfacePtr< T > UE::NNE::GetRuntime (const FString &Name)
 
template<class T >
TArray< FString > UE::NNE::GetAllRuntimeNames ()
 

Function Documentation

◆ DECLARE_LOG_CATEGORY_EXTERN()

NNE_API DECLARE_LOG_CATEGORY_EXTERN ( LogNNE  ,
Log  ,
All   
)