Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.
/ UEFortniteLocker Public archive

Basic Fortnite Locker made in Unreal Engine 5

Notifications You must be signed in to change notification settings

averxbee/UEFortniteLocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is HEAVILY outdated in both age and how I would go about the inner workings of pretty much everything. I've learned a lot in the last few years :p

UEFortniteLocker

Basic recreation of the Fortnite locker that uses CID's and Character Parts to display an Outfit and its info in a scene similar to the Fortmite in game locker.

Made in Unreal Engine 5

Go to Content/Locker/Locker.umap to see everything in action

Explanation of What Everything Is

Data Assets

Note: Some Data Assets include extra variables that go unused, if a variable is not mentioned here it is not used

AthenaCharacterItemDefinition (CID_000) - Stores Character Parts, Name, Description, ShortDescription (Cosmetic type), Rarity, GameplayTags, and FortHeroType

FortHeroType (HID_000) - Stores Anim Override (changes pose used in the lcoker) and Item Images (only large is used)

CustomCharacterPart (CP_000) - Stores Gender (used for idle animation if not set to a custom one) Character Part Type, Master Skel Mesh (only needed in the body's Character Part), and Skel Mesh

Data Tables

AthenaOutfitsData - Adding a CID here will add it to the Locker. Row name does not matter.

RarityData - Stores colors for each rarity.

CosmeticSetData - Stores Gameplay Tags and Name of each set. Row name must match the Gameplay Tag.

SeasonTagData - Stores Gameplay Tags and Name of each season. Row name must match the Gameplay Tag.

UserFacingTagsData - Stores Gameplay Tags and Name of each UserFacingTag (Ex. Unlockable Styles). Row name must match the Gameplay Tag.

Blueprints

LockerActor - Contains a camera, slot for each Skeletal Mesh provided by Character Parts, and blueprints that change the Outfit in the viewport using Character Parts.

Widgets

TestHUD - Contains the Locker pannel and Selected Item Info. (Ignore the fact it has Test in the name, I never changed it.)

Locker Item Card - Old version of the Locker item Card used when first making this (forgot to remove)

Locker Item Card New - The actual Item Card used by the Locker widget

About

Basic Fortnite Locker made in Unreal Engine 5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published