Navigation
API > API/Runtime > API/Runtime/Messaging
Structure for message type debug information.
| Name | FMessageTracerTypeInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/Messaging/Public/IMessageTracer.h |
| Include Path | #include "IMessageTracer.h" |
Syntax
struct FMessageTracerTypeInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Messages | TArray< TSharedPtr< FMessageTracerMessageInfo > > | Holds the collection of messages of this type. | IMessageTracer.h | |
| TypeName | FName | Holds a name of the message type. | IMessageTracer.h | |
| TypePathName | FTopLevelAssetPath | Holds a path name of the message type. | IMessageTracer.h |