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.
33 results for find
Returns -1 if not found.
FindUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoADD: Array Add (Target Array=MyArray, New Item=newElement). READ: Array Get (Target Array=MyArray, Index=i) → use 'Item' output. FIND: Array Contains (returns bool) or Array Find (returns index, -1 if not found). REMOVE by index: Array Remove (Target Array=MyArray, Index=i). REMOVE by value: Array Remove Item (Target Array=MyArray, Item=value). ITERATE: ForEachLoop(Array=MyArray) → 'Array Element' output is the current item. LENGTH: Array Length (returns int). Key: Array nodes operate on the array BY REFERENCE — always connect the array variable directly.
Pure node. Input pin is 'Item To Find In Array' (includes spaces).
Array_ContainsUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoGet All Actors With TagUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoUGameplayStatics::GetAllActorsOfClass. Expensive — cache results, don't call every tick.
Get All Actors Of ClassUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agostring
Less_FloatFloatUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoReturns the Rotator needed to look from Start toward Target. Common for aiming and facing.
FindLookAtRotationUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoFind Look at RotationUE 5.4, 5.7updated 3mo agoOR=BooleanOR, NOT=Not_PreBool, XOR=BooleanXOR
ANDUE 5.4, 5.7updated 3mo ago