UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
NNEStatus.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
HAL/Platform.h
"
6
7
namespace
UE::NNE
8
{
9
10
enum class
EResultStatus
:
uint8
11
{
12
Ok
= 0,
13
Fail
= 1
14
};
15
16
}
// namespace UE::NNE
Platform.h
uint8
uint8_t uint8
Definition
binka_ue_file_header.h:8
UE::NNE
Definition
NNE.cpp:12
UE::NNE::EResultStatus
EResultStatus
Definition
NNEStatus.h:11
UE::NNE::EResultStatus::Ok
@ Ok
UE::NNE::EResultStatus::Fail
@ Fail
Engine
Source
Runtime
NNE
Public
NNEStatus.h
Generated by
1.9.8