All Projects → TheAshenWolf → WakaTimeForUE4

TheAshenWolf / WakaTimeForUE4

Licence: MIT license
As all the other versions of Wakatime plugins for Unreal Engine lead to blank repos, I decided to make a plugin that actually has some code in it.

Programming Languages

C++
36643 projects - #6 most used programming language
C#
18002 projects

Projects that are alternatives of or similar to WakaTimeForUE4

ProceduralDungeon
This is an Unreal Engine 4/5 plugin to generate procedural dungeon.
Stars: ✭ 95 (+265.38%)
Mutual labels:  unreal-engine, ue4, ue4-plugin, ue5, ue5-plugin
RyansUE4Helpers
Extremely helpful helper functions for developing Blueprint and C++ projects in Unreal Engine.
Stars: ✭ 55 (+111.54%)
Mutual labels:  ue4, ue4-plugin, ue5, ue5-plugin
LivePP
A UE4 plugin wrapper for Molecular Matter's Live++ Hot-Reloading Library
Stars: ✭ 105 (+303.85%)
Mutual labels:  unreal-engine, ue4, ue4-plugin
tsu
TypeScript plugin for Unreal Engine 4
Stars: ✭ 62 (+138.46%)
Mutual labels:  unreal-engine, ue4, ue4-plugin
LocalizationUE4
Translation Editor for Unreal Engine 4
Stars: ✭ 59 (+126.92%)
Mutual labels:  unreal-engine, ue4, ue5
Awesome Unreal Engine 4
UE4/UE5 Ressources Collection (Plugins, Effects, Doc, Tools, etc...)
Stars: ✭ 153 (+488.46%)
Mutual labels:  ue4, ue4-plugin, ue5
DataConfig
Unreal Engine JSON/MsgPack serialization framework
Stars: ✭ 81 (+211.54%)
Mutual labels:  unreal-engine, ue4, ue5
DualSenseWindows UE4
Unreal Engine 4 port of the Windows API for the PS5 DualSense controller created at Ohjurot/DualSense-Windows
Stars: ✭ 25 (-3.85%)
Mutual labels:  unreal-engine, ue4, ue4-plugin
VaKawaseBlur
Fast and furious Kawase blur implementation for Unreal Engine 4
Stars: ✭ 37 (+42.31%)
Mutual labels:  unreal-engine, ue4, ue4-plugin
PrFirebase
Firebase SDK integration for Unreal Engine 4
Stars: ✭ 25 (-3.85%)
Mutual labels:  unreal-engine, ue4, ue4-plugin
PsWebServer
Civet web server integration plugin for Unreal Engine 4
Stars: ✭ 24 (-7.69%)
Mutual labels:  unreal-engine, ue4, ue4-plugin
global-event-system-ue4
Loosely coupled internal event system plugin for the Unreal Engine.
Stars: ✭ 122 (+369.23%)
Mutual labels:  unreal-engine, ue4, ue5
PsData
Flexible data model plugin for Unreal Engine 4
Stars: ✭ 34 (+30.77%)
Mutual labels:  unreal-engine, ue4, ue4-plugin
Skookumscript Plugin Legacy
Partial source of the SkookumScript UE4 plugin, with binary runtime and SkookumIDE. This repo has been deprecated and is no longer maintained.
Stars: ✭ 128 (+392.31%)
Mutual labels:  unreal-engine, ue4
Grid
An UE4 plugin for grid-based game
Stars: ✭ 122 (+369.23%)
Mutual labels:  unreal-engine, ue4
DiscordGameSDK
Unofficial Unreal Engine 4 plugin for the Discord Game SDK
Stars: ✭ 20 (-23.08%)
Mutual labels:  unreal-engine, ue4
Infraworldruntime
A solution that enables Unreal Engine 4 to work with Google gRPC services from either C++ or Blueprints.
Stars: ✭ 100 (+284.62%)
Mutual labels:  unreal-engine, ue4
BMeshUnreal
Based on BMesh for Unity (https://github.com/eliemichel/BMeshUnity). It provides a half-edge data structure inspired by Blender's BMesh, which makes many mesh manipulation operations simpler. Especially useful when using mesh data for logical instead of visual purposes (e.g. irregular grids)
Stars: ✭ 45 (+73.08%)
Mutual labels:  unreal-engine, ue4
Rts Community Project
Lets build an RTS Game with Unreal Engine 4!
Stars: ✭ 183 (+603.85%)
Mutual labels:  unreal-engine, ue4
Climbing Movement Component
Climbing Movement Component for Unreal Engine.
Stars: ✭ 181 (+596.15%)
Mutual labels:  unreal-engine, ue4

WakaTimeForUE

plugin version Unreal Engine version Platform support


Setting up the plugin

  1. Download WakatimeForUE.zip from the releases
  2. Extract the plugin into your editor plugins folder (Commonly C:\Program Files\Epic Games\UE_4.xx\Engine\Plugins)
    2.1. Your folder structure should be ...\Engine\Plugins\WakaTimeForUE
    2.2. Within this folder resides WakaTimeForUE.uplugin and other files
  3. Run the engine
  4. If you already used wakatime elsewhere, your api key gets loaded. If not, you get prompted by a window.

Notice

This is my first ever project in C++, so it is definitely not perfect.
If you have any suggestions how to improve it, or any bug reports, please, use the "Issues" tab.

Troubleshooting

Q: The plugin failed to build.
A: Branches other than release are development branches, so they might contain code that does not compile. If this happens on the release branch (or any version tag), make sure you have all dependencies required for building C++ code. You usually install all of them when installing Visual Studio and checking both C++ and .NET.

Q: I have regenerated my api key, how do I change it in the editor?
A: There is a WakaTime icon in the main toolbar. When you click this icon, you can change the api key. Just remember to hit save!

Q: Does this plugin work on both Unreal Engine 4 and 5?
A: Short answer: Yes. Long answer: It should. You might need to rebuild the plugin from your IDE, or use it as a project plugin, but it will work.


Contributors

I'd like to thank all of these people for what they did. They helped me to get this plugin to the stage where it is right now.

ghost simonSlamka Coolicky
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].