Skip to content

Tarostar/UnrealSpaceExplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unreal C++ Coding

Repo for tracking and backing up my experimental Unreal C++ coding.

Aim

The purpose is to get to know the Unreal C++ framework and learn all the basics such as camera work, player control, HUDs, interaction, multiplayer and AI.

Level design and content such as meshes will not be committed and so while the source may be educational it is not a complete project. However, if you wish to plug this source into your own project then starting with the Unreal Code Flying (C++) template project is the best starting point. Naming it SpaceExplorer will make the integration much easier.

You will need of course to assign inputs which may look something like this:

Blueprints

Update: Because blueprints have turned out to be so fun and powerful I have developed all of the HUD and inventory system in blueprints. I've tried to include all the relevant uassets, materials and textures but this is still not a complete project.

Some blueprints are committed, but will generally be based on C++ custom classes so that the underlying code can easily be modified. Such as the CustomHud class which is the basis for the blueprint HUD.

The C++ classes will generally be exposed to blueprints for easy in-editor tweaks.

Learning Sources

C++

Tutorials

Official

Tools

Technology details

This project is free and open source for you to use as you see fit, but uses the Unreal® Engine and Unreal® is a trademark or registered trademark of Epic Games, Inc. in the United States of America and elsewhere.

Unreal® Engine, Copyright 1998 – 2014, Epic Games, Inc. All rights reserved.

About

C++ Source files for Unreal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages