Navigation
API > API/Runtime > API/Runtime/Engine
A source for curves
| Name | ICurveSourceInterface |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/CurveSourceInterface.h |
| Include Path | #include "Animation/CurveSourceInterface.h" |
Syntax
class ICurveSourceInterface
Derived Classes
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DefaultBinding | const FName | The default binding, for clients to opt-in to | Animation/CurveSourceInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Get the name that this curve source can be bound to by. | Animation/CurveSourceInterface.h |
|
|
void GetCurves
(
TArray< FNamedCurveValue >& OutValues |
Evaluate all curves that this source provides | Animation/CurveSourceInterface.h |
|
float GetCurveValue
(
FName CurveName |
Get the value for a specified curve | Animation/CurveSourceInterface.h |
|