Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Description
Append config values or settings that can change how instances of the class are cooked, including especially values that determine how version upgraded are conducted. Can also append a unique guid when necessary to invalidate previous results because serialization changed and no custom version was udpated.
| Name | AppendToClassSchema |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h |
| Include Path | #include "UObject/Object.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Obj.cpp |
static void AppendToClassSchema
(
FAppendToClassSchemaContext & Context
)