GameFrame struct

TFrameMode policy tag for LogicThread — pure tag types, no methods.

IsEditor drives if constexpr branches in LogicThread to enable editor-only paths (PIE scene snapshot/restore, tick-pause) without runtime overhead in shipping builds.

Standard gameplay frame; editor paths compiled out.

Public static variables

static bool IsEditor constexpr
Disables all editor-only LogicThread branches.