IAnalysisCache::GetCacheId

Returns the unique id for a named entry. If the entry does not yet exists and new id is reserved.

Unreal Engine C++ API Reference > Developer > TraceServices > TraceServices > Model > IAnalysisCache

References

   
Module TraceServices
Header /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/AnalysisCache.h
Include #include "TraceServices/Model/AnalysisCache.h"
[FCacheId](API\Developer\TraceServices\TraceServices\Model\FCacheId) GetCacheId
(
    const TCHAR * Name,
    uint16 Flags
)

Remarks

Returns the unique id for a named entry. If the entry does not yet exists and new id is reserved. A valid index for the identifier

Parameters

Name Description
Name String identifier
Flags Details about the entry from ECacheFlags.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library