FAnimLinkableElement::Link

Link this element to an animation object (Sequence or Montage)

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Animation/AnimLinkableElement.h"

Source

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

Syntax

void Link
(
    UAnimSequenceBase * AnimObject,
    float AbsTime,
    int32 InSlotIndex
)

Remarks

Link this element to an animation object (Sequence or Montage)

Parameters

Parameter

Description

AnimObject

The object to link to

AbsTime

The absolute time to place this element

InSlotIndex

Slot index for montages (ignored otherwise)

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