Nodes Flashcards

1
Q

set an individual variable within a structure.

A

Set Members in (Structure)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Break (Structure)

A

Breaks a structure to make each individual variable accessible.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Branch

A

Executes based on a true or false condition.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Enum to string

A

Converts an enumerator class to a string

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Make (Structure)

A

Sets all the variable values of a structure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What creates a random integer in a range?

A

Random integer in range

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Essentially sets an array

A

ADD (Adds to an array)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Checks if an object implements an interface

A

Does Implement Interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Creates a sphere of a set radius and specified position which detect actors of a specific class and type.

A

Sphere Overlap Actors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Convert the coordinates of a location from one space to another. World space to Local Space of an actor or vice versa

A

Transform Location

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The _______________ node calculates the _______________ distances between 2 points in 2d space(excluding the __ axis)

A

Distance 2D, Euclidean, Z

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

A macro is _____________________________

A

A reusable sequence of nodes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

For Each Loop

A

A type of loop that iterates through all the elements in an array, allowing you to perform actions or checks on each item sequentially

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Get Actor of Class

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Blueprint

A

a class modified with the visual scripting feature

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Class

A

A template for creating objects

16
Q

Executes at the start of play

A

Event BeginPlay