Navigation
Unreal Engine C++ API Reference > Developer > TraceServices > Common > TCachedStringStore
References
Module | TraceServices |
Header | /Engine/Source/Developer/TraceServices/Public/Common/CachedStringStore.h |
Include | #include "Common/CachedStringStore.h" |
uint64 GetOffsetOfString ( const TCHAR * String ) const
Remarks
Gets the offset of a string previously stored string. Offset in bytes to the string, or ~0 if the string was not found in the store.
Parameters
Name | Description |
---|---|
String | A string that was stored |