IAnalyzer::FEventTypeInfo::GetFieldHandleUnchecked

Returns a handle without specifying type.

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

References

   
Module TraceAnalysis
Header /Engine/Source/Developer/TraceAnalysis/Public/Trace/Analyzer.h
Include #include "Trace/Analyzer.h"
Source /Engine/Source/Developer/TraceAnalysis/Private/Analysis/Engine.cpp
FEventFieldHandle GetFieldHandleUnchecked
&40;
    uint32 Index
&41; const

Remarks

Returns a handle without specifying type. This should only be used in circumstances where the field is treated untyped data.

Parameters

Name Description
Index Index of field.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library