![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IntegralCurve.h>
Public Member Functions | |
| FIntegralKey (float InTime=0.f, int32 InValue=0) | |
Public Attributes | |
| float | Time |
| int32 | Value |
An integral key, which holds the key time and the key value
| float FIntegralKey::Time |
The keyed time
| int32 FIntegralKey::Value |
The keyed integral value