IAnalyzer::FEventData::GetArrayView

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

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

References

   
Module TraceAnalysis
Header /Engine/Source/Developer/TraceAnalysis/Public/Trace/Analyzer.h
Include #include "Trace/Analyzer.h"
template<typename ValueType>
TArrayView< const ValueType > GetArrayView
&40;
    const ANSICHAR &42; FieldName
&41; const

Remarks

Returns an array view for reading data from an array-type field. A valid array view will always be returned even if no field matching the given name was found.

Parameters

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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library