Romero Blueprints

Sumário Memórias

O objetivo dos artigos desta seção é compartilhar memórias pessoais relacionadas a videogames e desenvolvimento de jogos.


  • Memória 1 de 10: Atari 2600
  • Memória 2 de 10: TK90X
  • Memória 3 de 10: Game Boy
  • Memória 4 de 10: Super Nintendo
  • Memória 5 de 10: Programação de jogos
  • Memória 6 de 10: PC com CD-ROM (5ª Ger.)
  • Memória 7 de 10: PC com Placa de Vídeo (6ª Ger.)
  • Memória 8 de 10: Xbox 360 (7ª Ger.)
  • Memória 9 de 10: Xbox One (8ª Ger.)
  • Memória 10 de 10: HTC Vive VR 


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

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:

Total page views:

Search this blog

Popular posts

  • UEFN Verse: Rush (Time Flow)
    Rush is a time flow control expression that executes other expressions concurrently and ends as soon as one of the expressions in its block...
  • Understanding the WorldContextObject
    In an Actor class, you can get a World (current level) reference using the GetWorld() function. However, static functions must receive an U...
  • My new Blueprints book for Unreal Engine 5
    My new Blueprints book for Unreal Engine 5 is available on Amazon.com .  The book has 568 pages and is a great reference to use in the class...
  • 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...
  • UEFN Verse: Operators
    Operators are symbols that represent arithmetic, relational, or logical operations. Arithmetic Operators Arithmetic operators perform mathem...
  • 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: Class Specifiers
    Class specifiers are used when creating classes to define behaviors and characteristics. This article will present the main ones. The <ab...
  • UEFN Verse: Capture Area device
    The Capture Area device can be used in several ways. It can generate points for the player who is within its area or in a team game it can ...
  • UEFN Verse: Race (Time Flow)
    Race is one of the main time flow control expressions in the Verse language, as it allows a clean way to abort other asynchronous code. The ...
  • 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...
Tema Simples. Tecnologia do Blogger.