Files
UnrealEngineUWP/Engine/Documentation/Source/Programming/ProgrammingGuide.INT.udn
Mitchell Wilson 3f8c52a80a Copying //UE4/Dev-Documentation to Samples-Main (//UE4/Samples-Main)
#rb none

[CL 6955335 by Mitchell Wilson in Main branch]
2019-06-12 12:19:04 -04:00

86 lines
3.0 KiB
Plaintext

Availability: Public
Title: Programming Guide
Description: Information for programmers developing with Unreal Engine.
Type: landing
Version: 4.18
Parent: %ROOT%
topic-image: ProgrammingGuide_topic.png
topic-icon: %ROOT%/prog_icon.png
Order: 3
Unreal Engine 4 provides two toolsets for programmers which can also be used in tandem to accelerate development workflows. New gameplay classes, Slate and Canvas user interface elements, and editor functionality can be written with C++, and all changes will be reflected in Unreal Editor after compiling with either Visual Studio or XCode. The Blueprints visual scripting system is a robust tool which enables classes to be created in-editor through wiring together function blocks and property references.
C++ classes can be used as a base for Blueprint classes, and in this way programmers can set up fundamental gameplay classes that are then sub-classed and iterated on by level designers.
## Getting Started
%Programming/QuickStart:role%
%Programming/Introduction:role%
## Development Setup
[DIR(output:"role" parent:"Programming/Development" org:"hierarchy")]
## Unreal Engine Architecture
Whether you are programming with C++, Blueprints, or a combination of the two, the underlying Unreal architecture is the same.
[DIR(output:"role" parent:"Programming/UnrealArchitecture/Reference" org:"hierarchy" end:"1")]
## Gameplay Architecture
[DIR(output:"role" parent:"Programming/UnrealArchitecture" org:"hierarchy" end:"1")]
[DIR(output:"role" parent:"Programming/UnrealArchitecture/Objects" org:"hierarchy" end:"1")]
## Gameplay Guides
[DIR(output:"fancy" parent:"Programming/Tutorials" org:"hierarchy" end:"1" skilllevel:"Beginner")]
[DIR(output:"fancy" parent:"Programming/Tutorials" org:"hierarchy" end:"1" skilllevel:"Intermediate")]
[DIR(output:"fancy" parent:"Programming/Tutorials" org:"hierarchy" end:"1" skilllevel:"Advanced")]
## Unreal Engine API Reference
<!--- Note: We're purposely not listing Core, CoreUObject, and Engine API pages here, as that seems like arbitrary clutter. --->
[OBJECT:Role]
[PARAM:icon]
![](%ROOT%/ue4_icon.png)
[/PARAM]
[PARAM:title]
Unreal Engine C++ API Reference
[/PARAM]
[PARAM:description]
API programming reference for Unreal Engine C++ source code
[/PARAM]
[PARAM:path]
[RELATIVE:API]
[/PARAM]
[/OBJECT]
## System Guides
%Programming/Animation/AnimNodes:role%
%Programming/Automation:role%
%Engine/Blueprints/TechnicalGuide:role%
%Programming/Online:role%
%Programming/Online/Steam:role%
%Programming/Rendering:role%
%Programming/Slate:role%
%Programming/BuildTools:role%
## Automated Builds
%Programming/BuildTools/AutomationTool/BuildGraph/ScriptAnatomy/Conditions:role%
%Programming/BuildTools/AutomationTool/BuildGraph/ScriptAnatomy/Elements:role%
%Programming/BuildTools/AutomationTool/BuildGraph/ScriptAnatomy/Types:role%
%Programming/BuildTools/AutomationTool/BuildGraph:role%
%Programming/BuildTools/AutomationTool/BuildGraph/Usage:role%
## Asset Handling Reference Guides
[REGION:buttonlist]
%Programming/Assets/AsyncLoading:role%
%Programming/Assets/Registry:role%
[/REGION]