Romero Blueprints

Table of Contents Memories

The purpose of the articles in this section is to share personal memories related to video games and game development.


  • Memory 1 of 10: Atari 2600
  • Memory 2 of 10: ZX Spectrum
  • Memory 3 of 10: Game Boy
  • Memory 4 of 10: Super Nintendo
  • Memory 5 of 10: Game programming
  • Memory 6 of 10: PC with CD-ROM (5th Gen.)
  • Memory 7 of 10: PC with Graphics Card (6th Gen.)
  • Memory 8 of 10: Xbox 360 (7th Gen.)
  • Memory 9 of 10: Xbox One (8th Gen.)
  • Memory 10 of 10: HTC Vive VR 


Enviar por e-mailPostar no blog!Compartilhar no XCompartilhar no FacebookCompartilhar com o Pinterest
Página inicial
Assinar: Comentários (Atom)

Total page views:

Pages

  • About Me
  • Table of Contents BP
  • Table of Contents C++
  • Table of Contents Verse
  • Table of Contents Memories
  • Sumário BP
  • Sumário C++
  • Sumário Verse
  • Sumário Memórias

June 2020:

June 2020:

August 2015:

August 2015:

Search this blog

Popular posts

  • UEFN Verse: Arrays
    Array is a container used to store a group of elements of the same type. An array is defined using [] in front of the type. The example bel...
  • TMap: Maps in C++
    TMap  is another type of container widely used in Unreal Engine. The elements of a Map are key-value pairs. The type of the key can be diffe...
  • UEFN Verse: Module
    A Verse module allows you to organize multiple code elements for reuse across your project. A module can also be distributed for use in othe...
  • UEFN Verse: Creating events
    Events are used as a form of communication between game elements. Creative devices have several events, and it's possible to create even...
  • The UPROPERTY() macro
    The UPROPERTY() macro is used to expose variables to the Unreal Engine editor and to include the property in the Unreal Engine memory manag...
  • The UCLASS() macro
    The UCLASS() macro is used to indicate that a C++ class will be part of Unreal's Reflection system. This is necessary for the C++ class...
  • The UObject class
    The UObject class is the base class for all Unreal Engine objects. It provides a set of important services such as reflection, serialization...
  • UEFN Verse: Map
    A Map allows the storage of key->value pairs. This is used to make associations between values. The example below creates a Map variable ...
  • UEFN Verse: Option
    In the Verse language there is a type called Option that allows a variable to have a value or be empty. An Option is defined by using ...
  • PlayerCharacter: Reparenting a Blueprint
    In this article, we will show you the first step necessary to convert part of an existing Blueprint to C++. The first step is to create a C+...
Tema Simples. Tecnologia do Blogger.