FAnimationUtils::GetDefaultAnimSequenceOuter

Get default Outer for AnimSequences contained in this AnimSet.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AnimationUtils.h

Include

#include "AnimationUtils.h"

Source

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

Syntax

static UObject * GetDefaultAnimSequenceOuter
(
    UAnimSet * InAnimSet,
    bool bCreateIfNotFound
)

Remarks

Get default Outer for AnimSequences contained in this AnimSet. The intent is to use that when Constructing new AnimSequences to put into that set. The Outer will be Package._Group.

Parameters

Parameter

Description

bCreateIfNotFound

if true, Group will be created. This is only in the editor.

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