Nodes Flashcards
set an individual variable within a structure.
Set Members in (Structure)
Break (Structure)
Breaks a structure to make each individual variable accessible.
Branch
Executes based on a true or false condition.
Enum to string
Converts an enumerator class to a string
Make (Structure)
Sets all the variable values of a structure.
What creates a random integer in a range?
Random integer in range
Essentially sets an array
ADD (Adds to an array)
Checks if an object implements an interface
Does Implement Interface
Creates a sphere of a set radius and specified position which detect actors of a specific class and type.
Sphere Overlap Actors
Convert the coordinates of a location from one space to another. World space to Local Space of an actor or vice versa
Transform Location
The _______________ node calculates the _______________ distances between 2 points in 2d space(excluding the __ axis)
Distance 2D, Euclidean, Z
A macro is _____________________________
A reusable sequence of nodes
For Each Loop
A type of loop that iterates through all the elements in an array, allowing you to perform actions or checks on each item sequentially
Get Actor of Class
finds an instance of a particular class in the game world. Useful if you need to interact with an object but don’t yet have a reference.
Blueprint
a class modified with the visual scripting feature
Class
A template for creating objects
Executes at the start of play
Event BeginPlay