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.
96 results for get
Reads a variable's current value. Drag a variable from the My Blueprint panel and choose Get.
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 agoGetUE 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 agoPure node. Cast result to your GameMode subclass to access custom properties.
GetGameModeUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoPure node. Ideal for storing data that persists across level loads.
GetGameInstanceUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoGet OwnerUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agostring
UGameplayStatics::GetPlayerCharacter.
Get Player CharacterUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoGetActorUpVectorUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo ago