/** Steadily increasing frame counter. */
extern CORE_API uint64 GFrameCounter;
/** Incremented once per frame before the scene is being rendered. In split screen mode this is incremented once for all views (not for each view). */
extern CORE_API uint32 GFrameNumber;
网友评论