UNiagaraComponent::IsReadyForOwnerToAutoDestroy

Overridable check for a component to indicate to its Owner that it should prevent the Actor from auto destroying when finished

Windows
MacOS
Linux

Override Hierarchy

UActorComponent::IsReadyForOwnerToAutoDestroy()

UNiagaraComponent::IsReadyForOwnerToAutoDestroy()

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraComponent.h

Include

#include "NiagaraComponent.h"

Source

/Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraComponent.cpp

Syntax

virtual bool IsReadyForOwnerToAutoDestroy() const

Remarks

Overridable check for a component to indicate to its Owner that it should prevent the Actor from auto destroying when finished

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