UReflectionCaptureComponent::FinishDestroy

Called to finish destroying the object.

Windows
MacOS
Linux

Warnings

Override Hierarchy

UObject::FinishDestroy()

UReflectionCaptureComponent::FinishDestroy()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/ReflectionCaptureComponent.h

Include

#include "Components/ReflectionCaptureComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/ReflectionCaptureComponent.cpp

Syntax

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss