FIntegralKey

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

Windows
MacOS
Linux

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

Name Description

Public variable

float

 

Time

The keyed time

Public variable

int32

 

Value

The keyed integral value

Constructors

Name Description

Public function

FIntegralKey

(
    float InTime,
    int32 InValue
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss