Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Description
Called on the target when a class is loaded with ClassGeneratedBy is loaded. Should regenerate the class if needed, and return the updated class
| Name | RegenerateClass |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h |
| Include Path | #include "UObject/Object.h" |
virtual UClass * RegenerateClass
(
UClass * ClassToRegenerate,
UObject * PreviousCDO
)
Updated instance of the class, if needed, or NULL if no regeneration was necessary