Navigation
API > API/Runtime > API/Runtime/Engine
Description
IncrementalCook: Any UClass that uses data created by BeginCacheMeshCardRepresentation 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 | AppendMeshCardConstantsToClassSchema |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/MeshCardBuild.h |
| Include Path | #include "MeshCardBuild.h" |
| Source | /Engine/Source/Runtime/Engine/Private/MeshCardRepresentation.cpp |
void AppendMeshCardConstantsToClassSchema
(
FAppendToClassSchemaContext & Context
)