UAnimSet::FindAnimSequence

Returns the AnimSequence with the specified name in this set.

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

UAnimSequence * FindAnimSequence
(
    FName SequenceName
)

Remarks

Returns the AnimSequence with the specified name in this set.

Returns

Pointer to AnimSequence with desired name, or NULL if sequence was not found.

Parameters

Parameter

Description

SequenceName

Name of sequence to find.

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