Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UClass
Description
Purges out the properties of this class in preparation for it to be regenerated In editor, properties are not freed until DestroyPropertiesPendingDestruction is called.
| Name | PurgeClass |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include Path | #include "UObject/Class.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp |
virtual void PurgeClass
(
bool bRecompilingOnLoad
)
Parameters
| Name | Remarks |
|---|---|
| bRecompilingOnLoad | true if we are recompiling on load |