Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ProfilingDebugging > API/Runtime/Core/ProfilingDebugging/FStringTrace > API/Runtime/Core/ProfilingDebugging/FStringTrace/GetStaticStringRef
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/StringsTrace.h |
| Include | #include "ProfilingDebugging/StringsTrace.h" |
static UE::Trace::FEventRef64 GetStaticStringRef
&40;
const ANSICHAR &42; String
&41;
Remarks
Gets the trace id of a static string. Will use the address of the string for deduplication, so it is important to only pass static strings to this function. Id that can be used to reference the string.
Parameters
| Name | Description |
|---|---|
| String | Static string |