UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Message.h File Reference
#include "Core/Chrono.h"
#include "Core/Types.h"
#include "UI/Progress.h"

Go to the source code of this file.

Classes

class  UE::CADKernel::FMessage
 

Namespaces

namespace  UE
 
namespace  UE::CADKernel
 

Macros

#define ERROR_FUNCTION_CALL_NOT_EXPECTED
 
#define ERROR_NOT_EXPECTED
 
#define NOT_IMPLEMENTED
 

Macro Definition Documentation

◆ ERROR_FUNCTION_CALL_NOT_EXPECTED

#define ERROR_FUNCTION_CALL_NOT_EXPECTED
Value:
{ \
FMessage::Printf(Log, TEXT("CALL of \" %s \" NOT EXPECTED at line %d of the file %s\n"), __func__, __LINE__, __FILE__); \
}
#define TEXT(x)
Definition Platform.h:1272
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127

◆ ERROR_NOT_EXPECTED

#define ERROR_NOT_EXPECTED
Value:
{ \
FMessage::Printf(Log, TEXT("Error not expected in \" %S \" at line %d of the file %S\n"), __func__, __LINE__, __FILE__); \
}

◆ NOT_IMPLEMENTED

#define NOT_IMPLEMENTED
Value:
{ \
FMessage::Printf(Log, TEXT("The function \" %s \" at line %d of the file %s is not implemented"), __func__, __LINE__, __FILE__); \
}