UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FIntegralKey Struct Reference

#include <IntegralCurve.h>

Public Member Functions

 FIntegralKey (float InTime=0.f, int32 InValue=0)
 

Public Attributes

float Time
 
int32 Value
 

Detailed Description

An integral key, which holds the key time and the key value

Constructor & Destructor Documentation

◆ FIntegralKey()

FIntegralKey::FIntegralKey ( float  InTime = 0.f,
int32  InValue = 0 
)
inline

Member Data Documentation

◆ Time

float FIntegralKey::Time

The keyed time

◆ Value

int32 FIntegralKey::Value

The keyed integral value


The documentation for this struct was generated from the following file: