🍰
Grasshopper ES por BetweenRealities
  • Using and Generating Documentation
    • GitHub
    • Discord
      • Speckle Webhooks
    • Speckle Client
  • Potencial technological implementations
  • 🧞Compute
    • Introducción a Grasshopper
      • Customizar Entorno
        • VSCode
      • Rhinoceros 3d
      • Hops
      • Galapagos
    • Modelos Informados
      • Comportamiento Estructural
        • Automatizar cálculo Python
      • OOP
      • Rhino Inside Revit
        • Revit
          • Modelado 3d en Revit
          • Certificación profesional Revit
      • Energía
    • Procesos Urbanos
      • Automatizar Qgis
      • Librerías Python
      • Librerías Grasshopper
      • Stable Diffusion
    • Programación
      • RhinoPython
        • Anatomía del script
        • Python básico
        • Tuples, listas y diccionarios
        • Operadores y funciones
        • Ejecución condicional
        • Geometría
        • Clases
      • Multithread
  • 🪅Database
    • Lenguaje Python
      • Types and operations
      • Statements and syntax
      • Function and generators
      • Modules and packages
      • Classes and OPP
      • Exception and tools
      • Advance topics
    • Análisis de la Información
      • Comparison with SQL
      • Comparison with R / R libraries
      • Pandas
    • Abrir Acceso
      • Rest API Abierta
    • Blockchain Descentralización
  • 🕸️COLLECT
    • Captura de Datos
      • Raspberry Pi
        • Encendido y apagado automático
      • Arduino
      • UAS
      • Fotogrametría
        • Crashes
    • Técnicas Machine Learning
      • Clasificación
      • Computer Vision
    • Computación en la Nube
      • Contenedores
      • Azure
      • Ubuntu Server Deploy
      • PostgreSQL Server
      • Rhino Compute Deploy
  • 🍭INTERACT
    • Introducción a Unreal Engine
      • Ejecutar Python
      • Datasmith
      • Materiales
        • Crear PBR
        • Materiales Introducción
      • Iluminación
        • Iluminación Introducción
        • Raytraced Iluminación Cinemática
      • Assets Management
    • Interacción Inmersiva
      • Blueprints
        • Blueprints estandar
        • Blueprints Introducción
        • Diseño Nivel
      • Packaging
      • Performance
    • Interfaces Bidimensionales
Con tecnología de GitBook
En esta página
  • Core C++ features/concepts cupporting BP
  • Optimal data features
  • Core features of BP
  • Additional feautres
  • Part of the engine using BP
  • Blueprint communication
  • Performance and debugging tools
  • Advice

¿Te fue útil?

  1. INTERACT
  2. Interacción Inmersiva
  3. Blueprints

Blueprints Introducción

Core C++ features/concepts cupporting BP

Inheritance: event/functions/var, framework (actor>gameMode>controller (playerController, ai controller...), pawn (), gameState ()...) Replication: framework Function libraries

Optimal data features

Data table, Data assets, Curves

Core features of BP

Components: static mesh, pointlight, emitter, audio... EventGrpah: replication, timeline, variable, function, macro, event displatcher, variables Construction script: replication, timeline, variable, function, macro, event displatcher, variables

Additional feautres

Child actors: include another BP actor (example of the game that define 1 blueprint key and assign to doors, bridge buttoms...):(style="background-color:#c8a46d"): blueprint components: editor bluprint scripting (editor utility widget, action utility, editor object) Function libraries: Macro libraries:

Part of the engine using BP

Actor blueprint, Level blueprint (level unique functionality), Anim blueprint, Sequencer, UMG, Niagara, Variant manager

Blueprint communication

Direct references, Casting. Interfaces, C++, Event dispatcher (callable and bindable)

Performance and debugging tools

FrontEnd, Stats: stat game, Blueprint debugger, Logic visualizer, Blueprint watcher Visual Logger: visual logger tab while play:(style="background-color:#c0c000"): Automated testing:

Advice

Everyone should master BP Reference and comment Ticking most common cause of performance losses Blueprint diff (branching case or somenthing like that) Splitting functionality is the best way to team up Casting and referencing strategy

AnteriorBlueprints estandarSiguienteDiseño Nivel

Última actualización hace 2 años

¿Te fue útil?

🍭