Navigation
API > API/Runtime > API/Runtime/TraceLog
| Name | FMessageEvent |
| Type | struct |
| Header File | /Engine/Source/Runtime/TraceLog/Public/Trace/Trace.h |
| Include Path | #include "Trace/Trace.h" |
Syntax
struct FMessageEvent
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Description | const char * | Clarifying message, may be null for some message types. Pointer only valide during callback. | Trace/Trace.h | |
| Type | EMessageType | Type of message | Trace/Trace.h | |
| TypeStr | const char * | Type of message stringified | Trace/Trace.h |