![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Algo/RemoveIf.h"#include "Containers/ArrayView.h"#include "Containers/UnrealString.h"#include "NNERuntime.h"#include "NNEStatus.h"#include "UObject/WeakInterfacePtr.h"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< INNERuntime > | UE::NNE::GetRuntime (const FString &Name) |
| template<class T > | |
| TWeakInterfacePtr< T > | UE::NNE::GetRuntime (const FString &Name) |
| template<class T > | |
| TArray< FString > | UE::NNE::GetAllRuntimeNames () |