![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CurveSourceInterface.h>
Public Member Functions | |
| ENGINE_API FName | GetBindingName () const |
| ENGINE_API float | GetCurveValue (FName CurveName) const |
| ENGINE_API void | GetCurves (TArray< FNamedCurveValue > &OutValues) const |
Static Public Attributes | |
| static ENGINE_API const FName | DefaultBinding |
A source for curves
| ENGINE_API FName ICurveSourceInterface::GetBindingName | ( | ) | const |
Get the name that this curve source can be bound to by. Clients of this curve source will use this name to identify this source.
| ENGINE_API void ICurveSourceInterface::GetCurves | ( | TArray< FNamedCurveValue > & | OutValues | ) | const |
Evaluate all curves that this source provides
| ENGINE_API float ICurveSourceInterface::GetCurveValue | ( | FName | CurveName | ) | const |
Get the value for a specified curve
|
static |
The default binding, for clients to opt-in to