Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Quizes curso blueprint basics

You need to reuse a Blueprint multiple times, Debe reutilizar un Blueprint varias veces, pero
but change minor parts of its functionality. cambiar partes menores de su funcionalidad.
What could you do instead of remaking the ¿Qué podrías hacer en lugar de rehacer el
Blueprint each time? Blueprint cada vez?
Create Blueprint Instances of the main Crear instancias de Blueprint del actor
Blueprint Actor. principal de Blueprint.
Duplicate the Blueprint Actor and make new Duplique el Blueprint Actor y cree otros
ones with the changes in functionality. nuevos con los cambios en la funcionalidad.
Make the new Actors child Blueprints. Haga los nuevos planos de actores para niños.

If you want to modify Blueprint Si desea modificar las variables Blueprint


variables within the editor, what type of dentro del editor, ¿qué tipo de variable
variable do they need to be? necesitan ser?

Vector
Public
Float
Private

You need to add a Trigger Volume to


your scene. Within a Blueprint Actor,
the trigger then becomes a ____ of the
Blueprint Actor.

Component
Actor
Node

A designer has asked to be able to


modify a Blueprint Actor's properties
and see the changes appear in-editor.
Where would these properties be
updated within the Blueprint?

Blueprint Function
Blueprint Data Actor
Event Graph
Construction Script
Quizes curso blueprint basics

You might also like