Knowledge base
Knowledge base
Knowledge base
Free, anonymous browsing of Unreal Engine Blueprint examples, node references, and best practices. The same content the WoalzCraft plugin uses to generate Blueprints.
40 results for Branch
Internal pin names: True path is 'then', False path is 'else'. Display names show True/False.
BranchUE 5.4, 5.7updated 3mo agoBranchUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoSplits execution into True / False paths based on a Boolean condition. The most common decision node.
Routes execution based on the value of an integer, name, or enum. Cleaner than chained Branches for >2 outcomes.
string
Safely converts an Object Reference to a more specific class. Branch on the Failed output — casting to the wrong class returns null.
K2Node_MacroInstance from StandardMacros. Has exec pins unlike the pure IsValid function.
IsValid (macro)UE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoOR=BooleanOR, NOT=Not_PreBool, XOR=BooleanXOR
ANDUE 5.4, 5.7updated 3mo agoAn inline-expanded subgraph. Like a function but each use creates a fresh copy at compile time (faster, but more bytecode).
BooleanORUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo ago