FMessageTracerInterceptorInfo

Structure for message interceptor debug information.

Windows
MacOS
Linux

References

Module

Messaging

Header

/Engine/Source/Runtime/Messaging/Public/IMessageTracer.h

Include

#include "IMessageTracer.h"

Syntax

struct FMessageTracerInterceptorInfo

Remarks

Structure for message interceptor debug information.

Variables

Name Description

Public variable

TArray< TShared...

 

InterceptedMessages

Holds the list of messages intercepted by this interceptor.

Public variable

FName

 

Name

Holds the interceptor's human readable name.

Public variable

double

 

TimeRegistered

Holds the time at which this interceptor was registered.

Public variable

double

 

TimeUnregistered

Holds the time at which this interceptor was unregistered.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss