UAnimGraphNode_RandomPlayer

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

AnimGraph

Header

/Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_RandomPlayer.h

Include

#include "AnimGraphNode_RandomPlayer.h"

Syntax

class UAnimGraphNode_RandomPlayer : public UAnimGraphNode_Base

Variables

Name Description

Public variable

FAnimNode_Rando...

 

Node

Overridden from UAnimGraphNode_Base

Name Description

Public function Virtual Const

void

 

GetOutputLinkAttributes

(
    FNodeAttributeArray& OutAttributes
)

Get the named attribute types that this node provides as outputs. Other attributes are assumed to 'pass through' this node.

Overridden from UK2Node

Name Description

Public function Virtual Const

FText

 

GetMenuCategory()

Override to provide a default category for specific node types to be listed under.

Overridden from UEdGraphNode

Name Description

Public function Virtual Const

FText

 

GetNodeTitle

(
    ENodeTitleType::Type TitleType
)

Gets the name of this node, shown in title bar

Public function Virtual Const

FLinearColor

 

GetNodeTitleColor()

Gets the draw color of a node's title bar

Public function Virtual Const

FText

 

GetTooltipText()

Gets the tooltip to display when over the node