A container for storing data for later
What is a VARIABLE?
Compares two values and produces a Boolean result
What is a RELATIONAL OPERATOR?
A data pin on the left side of a function node
What is a FUNCTION INPUT?
This type of loop has two input data pins
What is a FOR LOOP?
Contains like items
What is an ARRAY?
Retrieves the value of a variable
What is GET?
Operator that cannot be used with integers or strings
What is a BOOLEAN OPERATOR?
Node that sends information out of a function
What is a RETURN node?
The most common type of loop
What is a FOR EACH loop?
Private, Protected, Public
The Blueprint name for the assignment operator
What is SET?
Another word for conditional statement
What is a BRANCH node?
In PIT1, function names read as this part of speech
What is an ACTION VERB?
The Boolean input on the While Loop
What is a loop CONDITION?
A class-like object that cannot contain code
What is a STRUCTURE?
A compound operator that increases a variable's value
What is INCREMENT?
Evaluates whether two values are different
What is NOT EQUAL TO?
What is a PURE function?
The biggest risk with While Loops
What is an INFINITE LOOP?
Changes the operation of a function in an inherited class
What is a FUNCTION OVERRIDE?
The PIT1 name for the SET node output data pin
What is the BAD pin?
A unary operator that takes in a Boolean value
What is BOOLEAN NOT?
The owner of a function
What is a function TARGET?
The Completed output on a loop is this type of pin
What is an EXECUTION pin?
Treating one object as another
What is POLYMORPHISM?