FCrowdTickHelper::IsTickableInEditor

Used to determine whether the object should be ticked in the editor.

Windows
MacOS
Linux

Override Hierarchy

FTickableGameObject::IsTickableInEditor()

FCrowdTickHelper::IsTickableInEditor()

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/Navigation/CrowdManager.h

Include

#include "Navigation/CrowdManager.h"

Syntax

virtual bool IsTickableInEditor() const

Remarks

Used to determine whether the object should be ticked in the editor. Defaults to false since that is the previous behavior.

Returns

true if this tickable object can be ticked in the editor

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