Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Animation
Inheritance Hierarchy
- ICurveSourceInterface
- UAudioCurveSourceComponent
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 |