FCurveTrack

Key frame curve data for one track CurveName: Morph Target Name CurveWeights: List of weights for each frame

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/AnimSequence.h

Include

#include "Animation/AnimSequence.h"

Syntax

struct FCurveTrack

Remarks

Key frame curve data for one track CurveName: Morph Target Name CurveWeights: List of weights for each frame

Variables

Name Description

Public variable

FName

 

CurveName

Public variable

TArray< float >

 

CurveWeights

Functions

Name Description

Public function

bool

 

CompressCurveWeights()

This is very simple cut to 1 key method if all is same since I see so many redundant same value in every frame Eventually this can get more complicated Will return true if compressed to 1.

Public function

bool

 

IsValidCurveTrack()

Returns true if valid curve weight exists in the array

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