ALevelBounds::GetTickableTickType

Virtual that can be overloaded by the inheriting class.

Windows
MacOS
Linux

Override Hierarchy

FTickableObjectBase::GetTickableTickType()

ALevelBounds::GetTickableTickType()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/LevelBounds.h

Include

#include "Engine/LevelBounds.h"

Source

/Engine/Source/Runtime/Engine/Private/LevelBounds.cpp

Syntax

virtual ETickableTickType GetTickableTickType() const

Remarks

Virtual that can be overloaded by the inheriting class. It is used to determine whether an object will ever be able to tick, and if not, it will not get added to the tickable objects array. If the tickable tick type is Conditional then the virtual IsTickable will be called to determine whether to tick the object on each given frame

Returns

true if object will ever want to be ticked, false otherwise.

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