Navigation
API > API/Plugins > API/Plugins/SpeechAnimationSolver
The Speech Animation solver's output frame data.
| Name | FSpeechAnimationFrameData |
| Type | struct |
| Header File | /Engine/Plugins/Animation/AudioDrivenAnimation/StreamingADA/Source/SpeechAnimationSolver/Public/SpeechAnimationSolverTypes.h |
| Include Path | #include "SpeechAnimationSolverTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FSpeechAnimationFrameData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AudioFrame | FSpeechAnimationAudioFrame | The audio frame that was solved | SpeechAnimationSolverTypes.h |
|
| CurveNames | TArray< FName > | The name of the curves that were solved onto | SpeechAnimationSolverTypes.h |
|
| CurveValues | TArray< float > | The values of the curves that were solved | SpeechAnimationSolverTypes.h |
|
| SolvedTime | double | The time at which the frame was actually solved | SpeechAnimationSolverTypes.h |