Navigation
API > API/Runtime > API/Runtime/PhysicsCore > API/Runtime/PhysicsCore/PhysicalMaterials > API/Runtime/PhysicsCore/PhysicalMaterials/UPhysicalMaterial
Warnings * 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.
- UObject::FinishDestroy()
- UPhysicalMaterial::FinishDestroy()
References
| Module | PhysicsCore |
| Header | /Engine/Source/Runtime/PhysicsCore/Public/PhysicalMaterials/PhysicalMaterial.h |
| Include | #include "PhysicalMaterials/PhysicalMaterial.h" |
| Source | /Engine/Source/Runtime/PhysicsCore/Private/PhysicalMaterial.cpp |
virtual void FinishDestroy&40;&41;
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.