WBP_LPSP_Spawn_Loadout_List_Item

Introduction

The Spawn Loadout List Item Widget Blueprint (WBP_LPSP_Spawn_Loadout_List_Item) is the blueprint that represents a list item inside the loadout menu. These buttons are used to select an item from the list.

If you seek to access the WBP_LPSP_Spawn_Loadout_List_Item, it is conveniently located at the following path: InfimaGames/LowPolyShooterPack/Core/Widgets/WBP_LPSP_Spawn_Loadout_List_Item.

Functions

Get Body:

This function returns the image needed for the item’s body.

Get Magazine:

This function returns the image needed for the item’s magazine.

Get Ironsights:

This function returns the image needed for the item’s ironsights.

Get Name:

This function returns the image needed for the item’s name.

Get Scope:

This function returns the image needed for the item’s scope.

Get Muzzle:

This function returns the image needed for the item’s muzzle.

Get Grip:

This function returns the image needed for the item’s grip.

Editable Variables

Loadout Entry Data:

This variable is set to the data we pass to this item from the place where we spawn it.

Image Margin:

This variable represents the margins that we’re using for all the images in this widget.


Last updated

Was this helpful?