Skip to content

life-exe/GeometrySandbox

Repository files navigation

Unreal Engine. C++ Geometry Sandbox

Исходники проекта «Geometry Sandbox»
Введение курса «Unreal Engine — Полное руководство по разработке на С++»

Команда клонирования репозитория:

git clone https://github.com/life-exe/GeometrySandbox.git

Код совместимый с 5.3 версией в отдельной ветке:

git clone -b 5.3 --single-branch https://github.com/life-exe/GeometrySandbox.git

Код совместимый с 5.4 версией в отдельной ветке:

git clone -b 5.4 --single-branch https://github.com/life-exe/GeometrySandbox.git

Wiki

Темы

  • Основы C++ в UE
    • UPROPERTY, UFUNCTION, UENUM, USTRUCT, Delegates, UE_LOG
  • Game framework
    • GameMode, Pawn, Character, PlayerController, AIController, HUD, Spectator, GameInstace, PlayerState
  • Unreal Build Tool
    • Modules, Targets
  • Garbage collector

ENG

Source code for the project "Geometry Sandbox "
Course Introduction "Unreal Engine - The Complete Guide to C++ Development "

Repository clone command:

git clone https://github.com/life-exe/GeometrySandbox.git

Code compatible with 5.3 version in a separate branch:

git clone -b 5.3 --single-branch https://github.com/life-exe/GeometrySandbox.git

Wiki

Topics

  • Foundations of C++ in UE
    • UPROPERTY, UFUNCTION, UENUM, USTRUCT, Delegates, UE_LOG
  • Game framework
    • GameMode, Pawn, Character, PlayerController, AIController, HUD, Spectator, GameInstace, PlayerState
  • Unreal Build Tool
    • Modules, Targets
  • Garbage collector

Доступ к исходникам данного проекта и их использование регулируются Unreal Engine End User License Agreement

Access to and use of the source code for this project is governed by the Unreal Engine End User Licence Agreement.