ETickableTickType

Enum used to convey whether a tickable object will always tick, conditionally tick, or never tick.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Tickable.h

Include

#include "Tickable.h"

Syntax

enum ETickableTickType
{
    Conditional,
    Always,
    Never,
}

Values

Name

Description

Conditional

Use IsTickable to determine whether to tick

Always

Always tick the object

Never

Never tick the object, do not add to tickables array

Remarks

Enum used to convey whether a tickable object will always tick, conditionally tick, or never tick.

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