FAnimNode_BlendListByBool

This node is effectively a 'branch', picking one of two input poses based on an input Boolean value.

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

FAnimNode_Base

FAnimNode_BlendListBase

FAnimNode_BlendListByBool

References

Module

AnimGraphRuntime

Header

/Engine/Source/Runtime/AnimGraphRuntime/Public/AnimNodes/AnimNode_BlendListByBool.h

Include

#include "AnimNodes/AnimNode_BlendListByBool.h"

Syntax

struct FAnimNode_BlendListByBool : public FAnimNode_BlendListBase

Remarks

This node is effectively a 'branch', picking one of two input poses based on an input Boolean value.

Constructors

Name Description

Public function

FAnimNode_BlendListByBool()

Functions

Name Description

Public function Const

bool

 

GetActiveValue()

Get which input should be connected to the output.

Overridden from FAnimNode_BlendListBase

Name Description

Protected function Virtual

int32

 

GetActiveChildIndex()

Protected function Virtual

FString

 

GetNodeName

(
    FNodeDebugData& DebugData
)