UActorComponent::RegisterAllComponentTickFunctions

When called, will call the virtual call chain to register all of the tick functions Do not override this function or make it virtual

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

void RegisterAllComponentTickFunctions
(
    bool bRegister
)

Remarks

When called, will call the virtual call chain to register all of the tick functions Do not override this function or make it virtual

Parameters

Parameter

Description

bRegister

true to register, false, to unregister

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