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" |
TCachedStringStore ( const TCHAR * InCacheIdentifier, [IAnalysisCache](API\Developer\TraceServices\TraceServices\Model\IAnalysisCache) & InCache )
Remarks
Create a persistent string store.
Parameters
Name | Description |
---|---|
InCacheIdentifier | A unique string identifying this store. |
InCache | Cache to use |