EMessageTracerDispatchTypes

Enumerates message dispatch types.

Windows
MacOS
Linux

References

Module

Messaging

Header

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

Include

#include "IMessageTracer.h"

Syntax

enum EMessageTracerDispatchTypes
{
    Direct,
    Pending,
    TaskGraph,
}

Values

Name

Description

Direct

The message is being dispatched directly.

Pending

The message hasn't been dispatched yet.

TaskGraph

The message is being dispatched using the task graph system.

Remarks

Enumerates message dispatch types.

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