UnrealVoxta 0.1.1
 
Loading...
Searching...
No Matches
IA2FWeightProvider Class Reference

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.
 

Detailed Description

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.

Member Function Documentation

◆ GetA2FCurveWeightsPreUpdate()

virtual void IA2FWeightProvider::GetA2FCurveWeightsPreUpdate ( TArray< float > & targetArrayRef)
inlinevirtual

Retrieve the A2F curveWeights for the upcoming update tick.

Parameters
targetArrayRefThe array that will be used to fill the new curves. Old values will be overwritten.

The documentation for this class was generated from the following file: