FEventTypeInfo

Windows
MacOS
Linux

References

Module

TraceAnalysis

Header

/Engine/Source/Developer/TraceAnalysis/Public/Trace/Analyzer.h

Include

#include "Trace/Analyzer.h"

Syntax

struct FEventTypeInfo

Functions

Name Description

Public function Const

uint32

 

GetFieldCount()

The number of member fields this event has.

Public function Const

const FEvent...

 

GetFieldInfo

(
    uint32 Index
)

By-index access to fields' type information.

Public function Const

uint32

 

GetId()

Each event is assigned a unique ID when logged.

Public function Const

const ANSICH...

 

GetLoggerName()

Returns the logger name the event is associated with.

Public function Const

const ANSICH...

 

GetName()

The name of the event.

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