https://github.com/jdsherbert/unreal-engine-class-templates
Simple template classes for writing Unreal C++, handy as a reference point or as a quick start with syntax.
https://github.com/jdsherbert/unreal-engine-class-templates
class cpp template template-class template-repository templates unreal unreal-engine unreal-engine-4 unreal-engine-5 unrealengine
Last synced: 9 months ago
JSON representation
Simple template classes for writing Unreal C++, handy as a reference point or as a quick start with syntax.
- Host: GitHub
- URL: https://github.com/jdsherbert/unreal-engine-class-templates
- Owner: JDSherbert
- License: mit
- Created: 2023-11-15T16:45:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T22:45:12.000Z (over 2 years ago)
- Last Synced: 2025-06-04T08:13:33.404Z (10 months ago)
- Topics: class, cpp, template, template-class, template-repository, templates, unreal, unreal-engine, unreal-engine-4, unreal-engine-5, unrealengine
- Language: C++
- Homepage:
- Size: 25.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Unreal Engine Class Templates
-----------------------------------------------------------------------
-----------------------------------------------------------------------
## Overview
These are some template classes for writing Unreal C++, handy as a reference point or as a quick start for using syntax.
For meta specifiers, check out BenUI:
https://benui.ca/unreal/uclass
-----------------------------------------------------------------------