#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "Animation/AnimationAsset.h"
#include "Animation/AnimNodeBase.h"
#include "AlphaBlend.h"
#include "AnimNode_BlendListBase.generated.h"
Go to the source code of this file.
◆ EBlendListChildUpdateMode
| Enumerator |
|---|
| Default | Do not tick inactive children, do not reset on activate
|
| ResetChildOnActivate | This reinitializes the re-activated child
|
| AlwaysTickChildren | Always tick children even if they are not active
|
◆ EBlendListTransitionType
| Enumerator |
|---|
| StandardBlend | |
| Inertialization | |