Navigation
API > API/Developer > API/Developer/TraceAnalysis > API/Developer/TraceAnalysis/Trace > API/Developer/TraceAnalysis/Trace/IAnalyzer > API/Developer/TraceAnalysis/Trace/IAnalyzer/FEventData > API/Developer/TraceAnalysis/Trace/IAnalyzer/FEventData/GetString
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 |
bool GetString
&40;
const ANSICHAR &42; FieldName,
FString & Out
&41; const
Remarks
Return the value of a string-type field. The view-type prototypes must match the underlying string type while the FString-variant is agnostic of the field's encoding. True if the field was found.
Parameters
| Name | Description |
|---|---|
| Out | Destination object for the field's value. |