FDerivedDataCacheInterface::SanitizeCacheKey

Static function to make sure a cache key contains only legal characters by using an escape

Unreal Engine C++ API Reference > Developer > DerivedDataCache > FDerivedDataCacheInterface

References

   
Module DerivedDataCache
Header /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheInterface.h
Include #include "DerivedDataCacheInterface.h"
static [FString](API\Runtime\Core\Containers\FString) SanitizeCacheKey
(
    const TCHAR * CacheKey
)

Remarks

Static function to make sure a cache key contains only legal characters by using an escape Sanitized cache key

Parameters

Name Description
CacheKey Cache key to sanitize

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library