Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Curves
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Curves/IntegralCurve.h |
Include | #include "Curves/IntegralCurve.h" |
Syntax
struct FIntegralKey
Remarks
An integral key, which holds the key time and the key value
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
float | Time | The keyed time |
![]() |
int32 | Value | The keyed integral value |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FIntegralKey
(
float InTime, |