Float Providers

A borrowed concept from Hogwarts Legacyarrow-up-right.

This is a simple instanced struct that will return a float. You can make children of this struct to create new available dropdowns.

I use this for my GA base cooldowns. In some cases, I want a scalable float or a runtime float curve.

The plugin comes with three examples:

To use a float provider, make a variable with FOmniFloatProvider as the type. You can optionally give it a default value and a default float provider child.

Depending on the type you're using, you might have to initialize the data float provider like so:

Last updated