FAnimMontageInstance::SetSequencerMontagePosition

Static functions that are used by sequencer montage support

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Animation/AnimMontage.h"

Source

/Engine/Source/Runtime/Engine/Private/Animation/AnimMontage.cpp

Syntax

static UAnimMontage * SetSequencerMontagePosition
(
    FName SlotName,
    USkeletalMeshComponent * SkeletalMeshComponent,
    int32 & InOutInstanceId,
    UAnimSequenceBase * InAnimSequence,
    float InFromPosition,
    float InToPosition,
    float Weight,
    bool bLooping,
    bool bPlaying
)

Remarks

Static functions that are used by sequencer montage support

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