Navigation
API > API/Plugins > API/Plugins/HairStrandsCore > API/Plugins/HairStrandsCore/UGroomComponent
- UObject::FinishDestroy()
- UPrimitiveComponent::FinishDestroy()
- UGroomComponent::FinishDestroy()
References
| Module | HairStrandsCore |
| Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomComponent.h |
| Include | #include "GroomComponent.h" |
| Source | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Private/GroomComponent.cpp |
virtual void FinishDestroy()
Remarks
Called to finish destroying the object. After UObject::FinishDestroy is called, the object's memory should no longer be accessed.
Because properties are destroyed here, Super::FinishDestroy() should always be called at the end of your child class's FinishDestroy() method, rather than at the beginning.