Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimCurveCompressionCodec_UniformIndexable.h |
| Include | #include "Animation/AnimCurveCompressionCodec_UniformIndexable.h" |
Syntax
struct FAnimCurveBufferAccess
Remarks
Stores the raw rich curves as FCompressedRichCurve internally with optional key reduction and key time quantization.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAnimCurveBufferAccess
(
const UAnimSequenceBase* InSequence, |
Please use the constructor that takes a FName | ||
FAnimCurveBufferAccess
(
const UAnimSequenceBase* InSequence, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | |||
| float | GetTime
(
int32 SampleIndex |
||
| float | GetValue
(
int32 SampleIndex |
||
| bool | IsValid () |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
FAnimCurveBufferAccess
(
const UAnimSequenceBase* InSequence, |
Please use the constructor that takes a FName |