Navigation
API > API/Runtime > API/Runtime/Engine
Description
IncrementalCook: Any UClass that serializes cooked data with data loaded from DDC with key created from BuildDistanceFieldDerivedDataKey must add the version numbers for that calculation to their ClassSchema, to invalidate their cooked data when those constants change. This function handles that appending.
| Name | AppendDistanceFieldConstantsToClassSchema |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/DistanceFieldAtlas.h |
| Include Path | #include "DistanceFieldAtlas.h" |
| Source | /Engine/Source/Runtime/Engine/Private/DistanceFieldAtlas.cpp |
void AppendDistanceFieldConstantsToClassSchema
(
FAppendToClassSchemaContext & Context
)