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" |
const CharType * GetStringAtOffset ( uint64 OffsetBytes ) const
Remarks
Resolve an offset to a c string. The string at the offset or null if the offset was invalid.
Parameters
Name | Description |
---|---|
OffsetBytes | Offset in bytes |