The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

User:Rejecht/Getting Started UE4

From Unreal Wiki, The Unreal Engine Documentation Site
< User:Rejecht
Revision as of 05:16, 8 August 2014 by Rejecht (Talk | contribs)

Jump to: navigation, search

Unreal Engine 4

Protocol

Coding Standard

Naming Conventions * Methods * Style * Organization

Development Setup

Replication

Game types and replicated values?

  1. Declare the UPROPERTY as replicated in C++
  2. Initialize the state of the variable in the game type constructor
  3. Declare the type of replication in the game type GetLifetimeReplicatedProps function