FEventData

Unreal Engine C++ API Reference > Developer > TraceAnalysis > Trace > IAnalyzer

References

   
Module TraceAnalysis
Header /Engine/Source/Developer/TraceAnalysis/Public/Trace/Analyzer.h
Include #include "Trace/Analyzer.h"

Syntax

struct FEventData  

Functions

Type Name Description
const TArray... GetArray ( const ANSICHAR* FieldName ) Returns an object for reading data from an array-type field.
const IAnaly... GetArray ( const ANSICHAR* FieldName )  
TArrayView< ... GetArrayView ( const ANSICHAR* FieldName ) Returns an array view for reading data from an array-type field.
const uint8 ... GetAttachment () Returns the event's attachment.
uint32 GetAttachmentSize () Returns the size of the events attachment, or 0 if none.
TEventRef< D... GetDefinitionId () If this is a spec event, gets the unique Id for this spec.
TEventRef< D... GetReferenceValue ( const ANSICHAR* FieldName ) Returns a value of a reference field.
TEventRef< D... GetReferenceValue ( uint32 FieldIndex )  
uint32 GetSize () The size of the event in uncompressed bytes excluding the header
bool GetString ( const ANSICHAR* FieldName, FAnsiStringView& Out ) Return the value of a string-type field.
bool GetString ( const ANSICHAR* FieldName, FWideStringView& Out ) Return the value of a string-type field.
bool GetString ( const ANSICHAR* FieldName, FString& Out ) Return the value of a string-type field.
const FEvent... GetTypeInfo () Returns an object describing the underlying event's type.
ValueType GetValue ( FEventFieldHandle FieldHandle ) Queries the value of a field of the event.
ValueType GetValue ( const ANSICHAR* FieldName, ValueType Default ) Queries the value of a field of the event.
const void &... GetValueRaw ( FEventFieldHandle Handle ) Returns the raw pointer to a field value
void SerializeToCbor ( TArray< uint8 >& Out ) Serializes the event to Cbor object.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library