FTickFunction::RegisterTickFunction

Adds the tick function to the master list of tick functions.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/EngineBaseTypes.h

Include

#include "Engine/EngineBaseTypes.h"

Source

/Engine/Source/Runtime/Engine/Private/TickTaskManager.cpp

Syntax

void RegisterTickFunction
(
    class ULevel * Level
)

Remarks

Adds the tick function to the master list of tick functions.

Parameters

Parameter

Description

Level

level to place this tick function in

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