Navigation
API > API/Developer > API/Developer/TraceAnalysis > API/Developer/TraceAnalysis/IAnalyzer > API/Developer/TraceAnalysis/IAnalyzer/FEventData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetString
(
const ANSICHAR* FieldName, |
Return the value of a string-type field. | Trace/Analyzer.h | |
bool GetString
(
const ANSICHAR* FieldName, |
Trace/Analyzer.h | ||
bool GetString
(
const ANSICHAR* FieldName, |
Trace/Analyzer.h |
GetString(const ANSICHAR *, FAnsiStringView &)
Description
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.
| Name | GetString |
| Type | function |
| Header File | /Engine/Source/Developer/TraceAnalysis/Public/Trace/Analyzer.h |
| Include Path | #include "Trace/Analyzer.h" |
bool GetString
(
const ANSICHAR * FieldName,
FAnsiStringView & Out
) const
True if the field was found.
Parameters
| Name | Remarks |
|---|---|
| Out | Destination object for the field's value. |
GetString(const ANSICHAR *, FWideStringView &)
| Name | GetString |
| Type | function |
| Header File | /Engine/Source/Developer/TraceAnalysis/Public/Trace/Analyzer.h |
| Include Path | #include "Trace/Analyzer.h" |
bool GetString
(
const ANSICHAR * FieldName,
FWideStringView & Out
) const
GetString(const ANSICHAR *, FString &)
| Name | GetString |
| Type | function |
| Header File | /Engine/Source/Developer/TraceAnalysis/Public/Trace/Analyzer.h |
| Include Path | #include "Trace/Analyzer.h" |
bool GetString
(
const ANSICHAR * FieldName,
FString & Out
) const