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

  • 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...
  • UEFN Verse: Access Specifiers
    Access specifiers are used to define the visibility of elements in Verse code. They can be used on classes, fields, methods, and other eleme...
  • 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: Programming a Props Rotator with spawn
    In this article we are going to program a Props rotator. Props are items that can be added to a Fortnite level. Props are used a lot to set ...
  • 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...
  • BP Compendium 3: Sequence
    Sequence A "Sequence" can be used to help organize other Blueprints Actions. When it is triggered it executes all the Actions...
  • UEFN Verse: Especificadores de classe
    Os especificadores de classe são usados na criação das classes para definir comportamentos e características. Neste artigo serão apresentado...
  • The UActorComponent class
    The UActorComponent class is the base class used to create components that can be added to Actors. An instance of UActorComponent does not h...
  • 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...
  • A simple game in Unreal C++
    In Part I articles we will program a game to see the concepts of Unreal C++ in practice. It will be the same game of collecting statues that...
Tema Simples. Tecnologia do Blogger.