Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

1. Related Knowledge

Lucas Vilas-Bôas edited this page Apr 18, 2023 · 1 revision

Asset Manager

About

A useful tool to manage asset data. This system is capable of categorize and query assets to asynchronously load and unload items at runtime when it's needed. The Asset Manager is a unique object, a singleton that exists in the Editor and packaged projects.

You'll be using the Asset Manager to load/unload soft references.

Useful Links

Primary Data Assets

About

Objects containing data related to an object, that can be manipulated by the Asset Manager via their Primary Asset ID. This object will contain informations to be used as the developer want.

For example: The items in the Elementus Inventory plugin are instances of Elementus Item Data which derives from Primary Asset Data. The Elementus Item Data contain informations such as Item Type, ID, Name, Description, etc.

Useful Links

Replications

About

Replication is the process of replicating data/information between server and client, part of the Networking concepts in Unreal Engine.

Useful Links