Navigation
API > API/Plugins > API/Plugins/TakeTrackRecorders > API/Plugins/TakeTrackRecorders/FBufferedTransformKeys
Description
Get Values at the current Time using linear inteprolation. Uses CurIndex to do the linear search for next Time Value as an optimization since we will be calling this function sequentially
| Name | GetValue |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakeTrackRecorders/Public/TrackRecorders/MovieScene3DTransformTrackRecorder.h |
| Include Path | #include "TrackRecorders/MovieScene3DTransformTrackRecorder.h" |
void GetValue
(
const FFrameNumber & Time,
int32 & CurIndex,
FVector & OutLocation,
FQuat & OutQuat,
FVector & OutScale
)