UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SoundNodeMature.cpp File Reference

Enumerations

enum  EMaturityChildType { ChildType_None = 0 , ChildType_Mature = 1 , ChildType_NonMature = 2 }
 

Functions

EMaturityChildType GetMaturityTypeForChild (USoundNode *Node)
 

Enumeration Type Documentation

◆ EMaturityChildType

Enumerator
ChildType_None 
ChildType_Mature 
ChildType_NonMature 

Function Documentation

◆ GetMaturityTypeForChild()

EMaturityChildType GetMaturityTypeForChild ( USoundNode Node)

Recursively traverses the sound nodes until it finds a sound wave to evaluate its maturity level.

Parameters
NodeThe sound node to start iterating from.
Returns
ChildType_Mature if the first sound wave is a mature sound; ChildType_NonMature if it is not mature; ChildType_None if no sound wave was found.