UNiagaraComponent::SetComponentTickEnabled

Set this component's tick functions to be enabled or disabled.

Windows
MacOS
Linux

Override Hierarchy

UActorComponent::SetComponentTickEnabled()

UNiagaraComponent::SetComponentTickEnabled()

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 SetComponentTickEnabled
(
    bool bEnabled
)

Remarks

Set this component's tick functions to be enabled or disabled. Only has an effect if the function is registered

Parameters

Parameter

Description

bEnabled

Whether it should be enabled or not

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