Skip to main content

Get Equipped Item

Blueprint:
C++:

Is Slot Equipped

Blueprint:
C++:

Get All Equipped Items

Returns a flat array of item instances (one per occupied slot, in no guaranteed order). If you need slot indices, iterate over GetAllSlotDefinitions() and call GetEquippedItem per slot instead. C++:

Slot Definition Queries

Get Slot Mesh Component

Get the mesh component for a slot: C++: