Damian Nowakowski's repositories
UE4EnhancedCodeFlow
This code plugin for Unreal Engine provides functions that drastically improve the quality of life during the implementation of game flow in C++.
UE4EasyLocalizationTool
This plugin introduces a way simpler method of localizing game made in Unreal Engine by simply importing CSV file into engine's localization files.
EditorCameraPositionUE4
Simple plugin for Unreal Engine that allows to display, set, copy and paste camera position in editor viewport
Variables-obfuscator
Simple memory obfuscator.
UE4AndroidCrashDump
UE4 plugin that captures crash dumps from game on Android.
Static-Variables-Obfuscator-UE4
An UE4 plugin for obfuscating static variables.
UE4EditorPluginTemplate
This is a template of a plugin for Unreal Engine that contains an Editor Utility Widget and can be opened via drop-down menu or a keyboard shortcut
UE4NewAutomationTests
Sample project with new automation tests API for UE4.
LightShafts
LightShafts post process in OpenGL.
cppcorosample
My understanding of C++20 coroutines with sample code.
awesome-ue4
A categorized collection of awesome opensource Unreal Engine 4 repos
GPUParticles
GPU simulated particles in OpenGL.
UE4AutoTestsHelper
This is a helper library with small static functions that can help in writing automation tests in Unreal Engine 4.
UE4EasyLocalizationToolExample
This is an example project which uses the Easy Localization Tool plugin for UE4.
UE4EnhancedCodeFlowExample
This is an example project which uses the Enhanced Code Flow plugin for UE4.
DetailsMetadataExtension
Extends the Unreal Engine blueprint details panel for variables with the ability to add property metadata key/values.
GASDocumentation
My understanding of Unreal Engine 4's GameplayAbilitySystem plugin with a simple multiplayer sample project.
HouseOffersCrawler
Simple script for crawling through OLX service to search for houses to buy.
I-ve-got-s-t-to-do
A racing game made for a Global Game Jam 2019
MassSample
My understanding of Unreal Engine 5's experimental ECS plugin with a small sample project.