• Stars
    star
    157
  • Rank 233,200 (Top 5 %)
  • Language
    HTML
  • License
    MIT License
  • Created about 5 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

High-level concept explanations, detailed tutorials, performance considerations, shortcuts and other useful content that aims to improve your Unreal Engine 4 development journey.

Unreal Development Guides and Tips

Real Time Ray Tracing

Range of content including high-level concept explanations, detailed tutorials, performance considerations, shortcuts and other useful content that aims to improve your Unreal Engine 4 development journey.

Built with the community in mind. The end goal is to become a centralised knowledge base which will compliment official documentation as well as help a range of developers, whether just starting out or seasoned veterans experimenting with new features.

Be sure to bookmark as updates are ongoing <(^_^<)

Content Directory

Basic Scene Creation

Real Time Ray Tracing

Short guides/tricks on creating a level with aesthetically pleasing elements and lighting. Introduces dynamic light and actor light sources. Also considers pre-made content imports for quick starting.

Improving Development Pipelines

Real Time Ray Tracing

Concepts/guides on cross-platform performance. Strong focus on optimisation and performance considerations in projects in conjunction with best practices. Covers a range of areas including Textures, Meshes, Materials, Texture Streaming, LODs, Lighting, Volumes and Reflections.

Real Time Ray Tracing (RTRT)

Real Time Ray Tracing

Concepts/guides on using how to make use of RTRT. Covers the hardware requirements to use the feature, basic discussion of each ray tracing component and how to implement each component in UE4. Furthermore, some additional command line features are mentioned and useful RTRT development tips.

Chaos Physics

Chaos Physics

Concepts/guides on using Chaos Physics. Covers how to configure projects to use required Chaos features, destruction, vehicle physics, and the Chaos Fields system for controlling force fields to achieve a range of results. Note that Chaos Physics is currently in preview release and features are subject to change.

Converting Blueprints To C++

BP Conversion

Concepts/guides on the benefits of using Blueprints versus C++. Covers the strengths and weaknesses of each approach, basic C++ architecture for maintainable design and the process of converting Blueprints to C++ implementations.

Interesting Resources

References

Contributing

You'd like to help make this guide even more awesome? Seems like today's my lucky day! In order to maintain consistency of the guide and its code base, please adhere to the following steps, and I'd be pleased to include your additions.

Step 1: Choose what to do

If you've got no idea how to help, feel free to read through the existing content and look for ways to enhance it, be it grammar changes, content addition, media attachments or a GIF demonstration.

If you know exactly what is missing, open a new issue to begin a short discussion about your idea and how it fits the guide. If we all agree, you're good to go!

Step 2: Fork the project and check out the code

The guide is to be community developed using the GitFlow branching model. In order to contribute, you should check out the latest master branch, and create a new section or enhancement branch to be merged back.

Step 3: Implement your new feature or enhancement

The guide is ideally meant to target the latest version of Unreal Engine 4 and so it's always best to fact check your content against the latest version of documentation.

Step 4: Open a pull request

Finally, open a pull request so we can review your changes together, and finally integrate it into the guide.

More Repositories

1

Unreal-Multiplayer-Platform

A simple multiplayer demonstration which utilises a menu system for hosting and joining servers through the Steam Online Subsystem. Includes lobby areas while for pending launch and basic replication between server and clients. Developed in Unreal Engine 4.
C++
12
star
2

Unreal-Multiplayer-Karts

A simple kart multiplayer game which demonstrates methods of improved replication between server and clients. Features a basic replicated vehicle physics system, proxy simulation and linear, exponential and cubic interpolation to improve proxy simulation. Developed in Unreal Engine 4.
C++
8
star
3

Unreal-VR-Artist

VR painter with strong focus on UI design and management through C++, save game mechanisms and developing with a range of VR hardware. Developed in Unreal Engine 4.
C++
4
star
4

Unreal-Hunger-Game-Trials

A Hunger-Games inspired FPS with large outdoor terrains. Advanced AI (using Environment Query System), custom animations, procedural level generation, infinite level generation, terrain LOD scaling and dynamic memory management. Developed in Unreal Engine 4
C++
4
star
5

Unreal-Battle-Tank

Open-world head-to-head tank battle game including basic AI, terrain design, and an advanced control system developed in Unreal Engine 4
C++
2
star
6

FTP-Python

File Transfer Application which utilises Python to implement an FTP server and client
TeX
2
star
7

Unreal-VR-Landscape-Explorer

A simple demonstration of configuring VR components and implementing core mechanics. Features include teleportation functionality, tunnel vision on teleport, spline drawing for teleportation location prediction and climbing. Developed in Unreal Engine 4.
C++
2
star
8

MapReduce-Matrix-Multiplication

Python
1
star
9

Parallel-Matrix-Transposition

C
1
star
10

Matrix-Transformation

C
1
star