Navigation
Unreal Engine C++ API Reference > Runtime > Messaging
References
Module | Messaging |
Header | /Engine/Source/Runtime/Messaging/Public/IMessageTracer.h |
Include | #include "IMessageTracer.h" |
Syntax
struct FMessageTracerTypeInfo
Remarks
Structure for message type debug information.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TArray< TSharedPtr< FMessageTracerMessageInfo > > | Messages | Holds the collection of messages of this type. |
![]() |
FTopLevelAssetPath | TypePathName | Holds a path name of the message type. |
Deprecated Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FName | TypeName | Types names are now represented by path names. Please use TypePathName. |