5#include "CoreMinimal.h"
6#include "AbstractA2FWeightProvider.generated.h"
12UINTERFACE(MinimalAPI, meta = (CannotImplementInterfaceInBlueprint))
IA2FWeightProvider The interface implemented by whoever can provide the A2F curves for any given upda...
Definition AbstractA2FWeightProvider.h:25
virtual void GetA2FCurveWeightsPreUpdate(TArray< float > &targetArrayRef)
Retrieve the A2F curveWeights for the upcoming update tick.
Definition AbstractA2FWeightProvider.h:34
UA2FWeightProvider Used by UE to ensure the IA2FWeightProvider interface is picked up by Unreal's Ref...
Definition AbstractA2FWeightProvider.h:14