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