Navigation
API > API/Runtime > API/Runtime/Engine
Selects a child node based on the value of a boolean parameter
| Name | USoundNodeBranch |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeBranch.h |
| Include Path | #include "Sound/SoundNodeBranch.h" |
Syntax
UCLASS (HideCategories=Object, EditInlineNew, MinimalAPI, Meta=(DisplayName="Branch"))
class USoundNodeBranch : public USoundNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → USoundNode → USoundNodeBranch
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
USoundNodeBranch
(
const FObjectInitializer& ObjectInitializer |
Sound/SoundNodeBranch.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BoolParameterName | FName | The name of the boolean parameter to use to determine which branch we should take | Sound/SoundNodeBranch.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ParseNodes
(
FAudioDevice* AudioDevice, |
Sound/SoundNodeBranch.h |
Overridden from USoundNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetInputPinName
(
int32 PinIndex |
Get the name of a specific input pin | Sound/SoundNodeBranch.h | |
virtual int32 GetMaxChildNodes() |
Returns the maximum number of child nodes this node can possibly have | Sound/SoundNodeBranch.h | |
virtual int32 GetMinChildNodes() |
Returns the minimum number of child nodes this node must have | Sound/SoundNodeBranch.h | |
virtual FText GetTitle() |
Sound/SoundNodeBranch.h | ||
virtual void RemoveChildNode
(
int32 Index |
Sound/SoundNodeBranch.h |