Skip to main content

Terminology for UMG

· One min read

Terminology for UMG.

OKAY:

Make sure to update this file as UMG progresses!!!



Non-technical terminology:

WordMeaning
meltA crash, or an error
base-modA Mod that serves as a developer's toolkit, and is not playable.
playable-modA Mod that provides a gamemode
addon-modA Mod that augments a playable-mod

Technical terminology inside UMG mods:

WordMeaning
qbusQuestion bus
evbusEvent bus
rcompRegular component
shcompShared component
entEntity
etypeEntity-Type
projectionComponent-projection
DELSDelayed-Structuring
propagatorAn ent that references another entity
propagateeAn ent that is referenced by another entity