TCachedStringStore::GetStringAtOffset

Resolve an offset to a c string.

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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library