Unreal Engine 4 Marketplace - Blueprint Inventory System

seeders: 36
leechers: 5
Added on March 3, 2015 by WitcherSlayerin Applications > Windows
Torrent verified.



Unreal Engine 4 Marketplace - Blueprint Inventory System (Size: 146.15 MB)
 MANIFEST33.27 KB
 T_MacroVariation.uasset10.38 MB
 T_Metal_Copper_D.uasset8.44 MB
 T_CobbleStone_Smooth_N.uasset8.44 MB
 T_Metal_Gold_D.uasset8.43 MB
 T_Rock_Smooth_Granite_D.uasset8.42 MB
 T_Metal_Rust_N.uasset7.16 MB
 T_Concrete_Tiles_N.uasset6.31 MB
 T_CobbleStone_Smooth_D.uasset6.3 MB
 T_Concrete_Tiles_M.uasset5.49 MB
 T_CobbleStone_Smooth_M.uasset5.47 MB
 LEVEL1.umap9.83 MB
 MainMenu.umap35.08 KB
 menutheme.uasset8.19 MB
 health.uasset600.95 KB
 endlevel.uasset402.63 KB
 Damage.uasset362.25 KB
 weapon.uasset296.01 KB
 wall.uasset286.62 KB
 Explosion.uasset282.41 KB
 Pickup.uasset281.52 KB
 SlowMotion1.uasset201.08 KB
 SlowMotion2.uasset201.04 KB
 MyCharacter.uasset2.4 MB
 MyUMG_HUD.uasset837.09 KB
 MyDamageConstant.uasset143.81 KB
 MyHealthConstant.uasset137.57 KB
 MyDamage+20.uasset126.85 KB
 MyHealth+20.uasset126.18 KB
 MyWeapon11.uasset126.14 KB
 MyCollectable1_3.uasset114.57 KB
 MyCollectable1_2.uasset114.33 KB
 MyCollectable3_2.uasset111.73 KB
 Collectable1.uasset2.3 MB
 Collectable3.uasset2.29 MB
 Collectable2.uasset2.29 MB
 Projectile11_DM.uasset1.25 MB
 health.uasset187.29 KB
 Projectile6.uasset117.32 KB
 Projectile7.uasset116.82 KB
 Projectile11.uasset113.6 KB
 projectile1.uasset111.1 KB
 Projectile5.uasset110.77 KB
 DestructibleWall_DM.uasset967.49 KB
 ShapePipe.uasset91.84 KB
 DestructibleWall.uasset88.76 KB
 SM_DoorFrame.uasset75.63 KB
 ShapeCube.uasset60.05 KB
 HeroTPP.uasset667.94 KB
 HeroTPP_AnimBlueprint.uasset139 KB
 IdleRun_TPP.uasset65.9 KB
 HeroTPP_Physics.uasset21.83 KB
 HeroTPP_Skeleton.uasset11.43 KB
 M_smoke_subUV.uasset84.46 KB
 M_explosion_subUV.uasset80.97 KB
 M_Fire_SubUV.uasset76.67 KB
 m_flare_01.uasset61.27 KB
 M_Burst.uasset61.1 KB
 M_Heat_Distortion.uasset58.06 KB
 M_Radial_Gradient.uasset57.85 KB
 M_radial_ramp.uasset57.77 KB
 Explosion.uasset276.63 KB
 greenfire.uasset257.39 KB
 REDFIRE.uasset254.08 KB
 wall.uasset201.14 KB
 6.uasset145.32 KB
 M_Concrete_Tiles.uasset127.06 KB
 M_Bush.uasset126.97 KB
 7.uasset115.95 KB
 9.uasset115.71 KB
 11.uasset110.59 KB
 gold.uasset103.49 KB
 bronze.uasset95.13 KB
 1.uasset86.07 KB
 idle.uasset143.89 KB
 walk.uasset107.64 KB
 Jump_Loop.uasset96.57 KB
 Run.uasset92.41 KB
 jump_start.uasset91.38 KB
 jump_end.uasset82.54 KB
 Starter_Music_Cue.uasset477 bytes
 Starter_Music01.uasset475 bytes
 Explosion_Cue.uasset473 bytes
 Collapse_Cue.uasset472 bytes
 Light01_Cue.uasset471 bytes
 Explosion02.uasset471 bytes
 Light02_Cue.uasset471 bytes
 Explosion01.uasset471 bytes
 Collapse02.uasset470 bytes
 Collapse01.uasset470 bytes
 M_Frame.uasset477 bytes
 ammopickup1.uasset472 bytes
 T_Generic_Concrete_Base_07_N.uasset464 bytes
 T_Generic_Concrete_Base_06_N.uasset464 bytes
 T_Generic_Concrete_Base04_N.uasset463 bytes
 T_Generic_Concrete_Base04_D.uasset463 bytes
 T_Generic_Concrete_Base02_N.uasset463 bytes
 T_Generic_Concrete_Base_07.uasset462 bytes
 T_Generic_Concrete_Base_06.uasset462 bytes
 T_Underground_Base_Pipe_N.uasset461 bytes
 T_Underground_Base_Pipe_D.uasset461 bytes
 T_Generic_Concrete_Base02.uasset461 bytes
 SM_CeilingPiece500x500.uasset441 bytes
 SM_FloorPiece500x500.uasset439 bytes
 MyPlayerController.uasset457 bytes

Description

This inventory system is an easy way to add inventory and item capabilities in any game!

Video: https://www.youtube.com/watch?v=dHwhKzIi2jI

This blueprint inventory system is designed to give developers an easy and customizable way to add an inventory to the game. Many types of inventory are easily available including:

- Limited weight, specific slot count.
- Limited weight, extendable slot count.
- Unlimited weight, extendable slot count.
- Unlimited weight, specific slot count.
- Items can have multiple stack sizes in all inventory types!

Developers can expect to find:

An inventory blueprint containing the following functionality:
- Insertion/Removal of items.
- Item counting.
- Inventory Expansion.
- Slot switching and manipulation.

A generic item class from which all items must derive. This item class can be inherited and easily expanded to multiple item categories including simple items, weapons and even containers.

Some examples of already created items and item classes like containers.

A basic HUD is included for prototyping purposes. It includes display of inventory items, moving items between slots and dropping items in the scene.

An example map showing-off the use of the inventory system. Character functionality is included as an example, like picking up items, dropping them and using them as well as opening containers placed around the map.

The core blueprints are very well commented and easily expandable/customized.

Multiple inventories and inventory types can exist in the world without issues.


Related Torrents

torrent name size seed leech

Sharing Widget


Download torrent
146.15 MB
seeders:36
leechers:5
Unreal Engine 4 Marketplace - Blueprint Inventory System