Knowledge base
Search Blueprint patterns
Searching…
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.
27 results for index
Pure node. Does NOT bounds-check — will throw if Index >= array length.
Array_GetUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoUGameplayStatics::GetPlayerController. Index 0 for single player.
Get Player ControllerUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoUGameplayStatics::GetPlayerCharacter.
Get Player CharacterUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoPure node. PlayerIndex 0 = first local player. Returns Character, cast to your BP class to access variables.
GetPlayerCharacterUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoReturns -1 if not found.
FindUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoPure node. Type-specific variants: SelectFloat, SelectInt, SelectVector, SelectObject, SelectString, SelectColor.
SelectUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoGetUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoSet Array ElemUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoLast IndexUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoIs Valid IndexUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo ago