IAnalyzer::FEventData::GetValue

Queries the value of a field of the event.

Windows
MacOS
Linux

References

Module

TraceAnalysis

Header

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

Include

#include "Trace/Analyzer.h"

Syntax

template<typename ValueType>
ValueType GetValue
(
    const ANSICHAR * FieldName
) const

Remarks

Queries the value of a field of the event. It is not necessary to match ValueType to the type in the event.

Returns

Value of the field (coerced to ValueType) if found, otherwise 0.

Parameters

Parameter

Description

FieldName

The name of the event's field to get the value for.

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