Significance Components
This system includes a concept of "Significance components". When an actors significance is evaluated, it'll also retrieve all actor components that implement the I_MassSignificance
interface. If they do, they will also retrieve the same interface events. For example; a health bar system that can be added to actors via an actor component, but still utilize the significance system so it can display health bars only when the actor is significant enough.
Last updated