IA2FWeightProvider The interface implemented by whoever can provide the A2F curves for any given update / frame. More...
#include <AbstractA2FWeightProvider.h>
Public Member Functions | |
virtual void | GetA2FCurveWeightsPreUpdate (TArray< float > &targetArrayRef) |
Retrieve the A2F curveWeights for the upcoming update tick. | |
IA2FWeightProvider The interface implemented by whoever can provide the A2F curves for any given update / frame.
In practice this is mainly used to avoid modules being dependent on UnrealVoxta, as that should be the highest level, and nothing should dependent on it.
|
inlinevirtual |
Retrieve the A2F curveWeights for the upcoming update tick.
targetArrayRef | The array that will be used to fill the new curves. Old values will be overwritten. |