Coder Social home page Coder Social logo

ue5_gridtool's Introduction

UE5 GridTool

Grid tool is an actor, that contains editable slots every 1 meter in X, Y and Z axis. In editor user can set which class should be spawned at any given slot upon game start.

Classes

Project contains several C++ classes which include

  • LevelChunk (Base class for grid tool actor)
  • LevelGridSlot (Base for a single slot)
  • SpawnableElement (Base for any object that can be spawned in slot)

Only classes that inherit from SpawnableElement can be picked as an object in Slot component

Some of those classes have their base Blueprint implementations in /Content/Blueprints/ directory

Optimizations

  • Slots hold TSoftClassPtr pointers instead of a UClass. Classes get loaded when previewing, and/or on BeginPlay. One can add implementation to manually decide when to load classes. Currently classes are loaded synchronously, but async implementation can be added.
  • All LevelChunk components (slots and previews) get destroyed upon game start.

Settings

User can define grid size in every dimension (X, Y, Z).

Previewing

  • To preview all slots in currently selected BP_LevelChunk, press the "PreviewElements" button located in ActorMethods category in the Details panel.
  • To hide previews hit the "HidePreview" button located in the same panel.

Selecting

To select a single slot when the whole actor is selected double click chosen slot in the viewport.

ue5_gridtool's People

Contributors

jonaszbigda avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.