Game Entities
Game Entities simplifies the creation and management of game objects. It allows you to tag actors with attributes, making it easy to categorize and find specific objects in your game world. With its Blueprint functions, you can quickly add or remove attributes from entities, and efficiently query for objects matching specific criteria. This system is particularly useful for creating interactive environments, implementing quest systems, or managing complex object interactions without writing complex code.
Setup
Add Gameplay Tags to identify entities and their attributes. Use the IndieGameKit.GameEntities.* space.

Usage
Game Entities Subsystem


Last updated