UAnimMontage::AddAnimCompositeSection

Add Composite section with InSectionName returns index of added item returns INDEX_NONE if failed.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Animation/AnimMontage.h"

Source

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

Syntax

int32 AddAnimCompositeSection
(
    FName InSectionName,
    float StartPos
)

Remarks

Add Composite section with InSectionName returns index of added item returns INDEX_NONE if failed. - i.e. InSectionName is not unique

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