UNiagaraComponent::ReleaseToPool

Deactivates this system and releases it to the pool on completion.

Windows
MacOS
Linux

Override Hierarchy

UFXSystemComponent::ReleaseToPool()

UNiagaraComponent::ReleaseToPool()

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 void ReleaseToPool()

Remarks

Deactivates this system and releases it to the pool on completion. Usage of this PSC reference after this call is unsafe. You should clear out your references to it.

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