UAnimSet::RemoveAnimSequenceFromAnimSet

Properly remove an AnimSequence from an AnimSet, and updates references it might have.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Animation/AnimSet.h"

Source

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

Syntax

bool RemoveAnimSequenceFromAnimSet
(
    UAnimSequence * AnimSeq
)

Remarks

Properly remove an AnimSequence from an AnimSet, and updates references it might have.

Returns

true if AnimSequence was properly removed, false if it wasn't found.

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