Editor Time Keeper

Keeps track of how long you've used the editor in your current project

  • 지원 플랫폼
  • 지원 엔진 버전
    5.1 - 5.4
  • 다운로드 유형
    엔진 플러그인
    이 제품은 코드 플러그인과 함께 미리 빌드한 바이너리와 언리얼 엔진에 통합되는 모든 소스 코드를 포함하고 있으며 원하시는 엔진 버전에 설치하여 프로젝트에 따라 활성화할 수 있습니다.

Editor Time Keeper is a Editor Utility Widget that utilizes C++ code to save and load the data on engine shutdown and when the engine loads. This keeps track of how long you've used the editor in your current project. Features a modular design that allows you to disable desired widget text using boolean values.

기술적 세부사항

Features: (Please include a full, comprehensive list of the features of the product)

  •  Keeps track of total editor time (per project)
  •  Keeps track of current session editor time (per project)
  •  Keeps track of past editor time (per project) (time used since last quit)
  • Saves time on a loop incase of editor crash or power outage (UE v5.2+)

Code Modules: (Please include a full list of each Plugin module and their module type (Runtime, Editor etc.))

  •   TMG_EditorTimeKeeper [Runtime]

Number of Blueprints: 1

Number of C++ Classes: 2

Network Replicated: No

Supported Development Platforms: Windows 64 bit

Supported Target Build Platforms: Windows 64 bit

Documentation: https://docs.google.com/document/d/1ZBIIpOnnaIo3Jha97mRNW28gcHdH0N57Zz9zrsPpdqM/edit?usp=sharing

Example Project (UE5.3): https://drive.google.com/file/d/1SXkjAs1q9GGp58qj0KZVi9waF-ANf-qo/view?usp=sharing