Ark Server API (ASA) - Wiki
|
#include "CoreTypes.h"
Go to the source code of this file.
Namespaces | |
namespace | ECompilationResult |
Enumerations | |
enum | ECompilationResult::Type { ECompilationResult::Succeeded = 0x0 , ECompilationResult::Canceled = 0x1 , ECompilationResult::UpToDate = 0x2 , ECompilationResult::CrashOrAssert = 0x3 , ECompilationResult::FailedDueToHeaderChange = 0x4 , ECompilationResult::FailedDueToEngineChange = 0x5 , ECompilationResult::OtherCompilationError = 0x6 , ECompilationResult::LiveCodingLimitError = 0x7 , ECompilationResult::Unsupported = 0x8 , ECompilationResult::Unknown = 0x9 , ECompilationResult::Succeeded = 0x0 , ECompilationResult::Canceled = 0x1 , ECompilationResult::UpToDate = 0x2 , ECompilationResult::CrashOrAssert = 0x3 , ECompilationResult::FailedDueToHeaderChange = 0x4 , ECompilationResult::FailedDueToEngineChange = 0x5 , ECompilationResult::OtherCompilationError = 0x6 , ECompilationResult::LiveCodingLimitError = 0x7 , ECompilationResult::Unsupported = 0x8 , ECompilationResult::Unknown = 0x9 } |
Functions | |
static FORCEINLINE const TCHAR * | ECompilationResult::ToString (ECompilationResult::Type Result) |
static FORCEINLINE bool | ECompilationResult::Failed (ECompilationResult::Type Result) |