TTickableObjectsCollection

Class that avoids crashes when unregistering a tickable editor object too late.

Windows
MacOS
Linux

Inheritance Hierarchy

TArray

FTickableEditorObject::TTickableObjectsCollection

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/TickableEditorObject.h

Include

#include "TickableEditorObject.h"

Syntax

class TTickableObjectsCollection : public TArray< FTickableObjectEntry >

Remarks

Class that avoids crashes when unregistering a tickable editor object too late.

Some tickable objects can outlive the collection (global/static destructor order is unpredictable).

Destructors

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