Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAnimationUtils
Description
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.
| Name | GetDefaultAnimSequenceOuter |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AnimationUtils.h |
| Include Path | #include "AnimationUtils.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimationUtils.cpp |
static UObject * GetDefaultAnimSequenceOuter
(
UAnimSet * InAnimSet,
bool bCreateIfNotFound
)
Parameters
| Name | Remarks |
|---|---|
| bCreateIfNotFound | if true, Group will be created. This is only in the editor. |