Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FCompression
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/Compression.h |
| Include | #include "Misc/Compression.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/Compression.cpp |
static FString GetCompressorDDCSuffix
(
FName FormatName
)
Remarks
Returns a string which can be used to identify if a format has become out of date unique DDC key string which will be different when the format is changed / updated
Parameters
| Name | Description |
|---|---|
| FormatName | name of the format to retrieve the DDC suffix for |