UActorComponent::SetComponentTickEnabledAsync

Spawns a task on GameThread that will call SetComponentTickEnabled

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Components/ActorComponent.h"

Source

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

Syntax

virtual void SetComponentTickEnabledAsync
(
    bool bEnabled
)

Remarks

Spawns a task on GameThread that will call SetComponentTickEnabled

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