UAnimMontage::ContainRecursive

This is recursive function that look thorough internal assets and clear the reference if recursive is found.

Windows
MacOS
Linux

Override Hierarchy

UAnimCompositeBase::ContainRecursive()

UAnimMontage::ContainRecursive()

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

virtual bool ContainRecursive
(
    TArray< UAnimCompositeBase * > & CurrentAccumulatedList
)

Remarks

This is recursive function that look thorough internal assets and clear the reference if recursive is found. We're going to remove the top reference if 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