Navigation
API > API/Runtime > API/Runtime/Engine
An integral key, which holds the key time and the key value
| Name | FIntegralKey |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Curves/IntegralCurve.h |
| Include Path | #include "Curves/IntegralCurve.h" |
Syntax
USTRUCT ()
struct FIntegralKey
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIntegralKey
(
float InTime, |
Curves/IntegralCurve.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Time | float | The keyed time | Curves/IntegralCurve.h |
|
| Value | int32 | The keyed integral value | Curves/IntegralCurve.h |
|