FEventData

Windows
MacOS
Linux

References

Module

TraceAnalysis

Header

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

Include

#include "Trace/Analyzer.h"

Syntax

struct FEventData

Functions

Name Description

Public function Const

const TArray...

 

GetArray

(
    const ANSICHAR* FieldName
)

Returns an object for reading data from an array-type field.

Public function Const

const IAnaly...

 

GetArray

(
    const ANSICHAR* FieldName
)

Public function Const

TArrayView< ...

 

GetArrayView

(
    const ANSICHAR* FieldName
)

Returns an array view for reading data from an array-type field.

Public function Const

const uint8 ...

 

GetAttachment()

Returns the event's attachment.

Public function Const

uint32

 

GetAttachmentSize()

Returns the size of the events attachment, or 0 if none.

Public function Const

const uint8 ...

 

GetRawPointer()

Provides a pointer to the raw event data.

Public function Const

const FEvent...

 

GetTypeInfo()

Returns an object describing the underlying event's type.

Public function Const

ValueType

 

GetValue

(
    const ANSICHAR* FieldName
)

Queries the value of a field 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