Optional easing applied when the value changes; only readers using the Eased* driver variants (e.g. EasedFloatConceptLogicDriver) see the eased value. Unset, every reader sees the value change instantly.
FloatConcept
Inheritance 2 ancestors
- ConceptBase
- FloatConceptBase
- FloatConceptcurrent
- FloatConceptBase
Class Documentation
Edit documentationA float-valued concept: a named channel that carries a gameplay value from whatever writes it to everything that reads it, with no direct link between the two ends. Script blocks publish the value; the driver graph reads it back through RawFloatConceptLogicDriver for the current value or EasedFloatConceptLogicDriver for the eased one, and from there it reaches materials, animation conditions, VFX, and driver-driven UI. Until something writes it, readers see the concept's default value.
See ConceptBase for the system as a whole.