Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-30T22:45:12.000Z (about 1 year ago)
- Last Synced: 2024-11-10T15:54:04.237Z (3 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
![image](https://user-images.githubusercontent.com/43964243/235778441-9dfb45ab-befd-480b-bc30-5eab5dc2efef.png)
# 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-----------------------------------------------------------------------