UAnimPreviewInstance::SetKey

Convert current modified bone transforms (BoneControllers) to transform curves (CurveControllers) it does based on CurrentTime.

Windows
MacOS
Linux

References

Module

AnimGraph

Header

/Engine/Source/Editor/AnimGraph/Classes/AnimPreviewInstance.h

Include

#include "AnimPreviewInstance.h"

Source

/Engine/Source/Editor/AnimGraph/Private/AnimPreviewInstance.cpp

Syntax

void SetKey()

Remarks

Convert current modified bone transforms (BoneControllers) to transform curves (CurveControllers) it does based on CurrentTime. This function does not set key directly here. It does wait until next update, and it gets the delta of transform before applying curves, and creates curves from it, so you'll need delegate if you'd like to do something after (set with SetKeyCompleteDelegate)

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