USoundNode::RetainChildWavePlayers

When this is called and stream caching is enabled, any wave player sound nodes childed off of this node will have their audio retained into the cache.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

USoundNode::RetainChildWavePlayers()

USoundNodeQualityLevel::RetainChildWavePlayers()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/SoundNode.h

Include

#include "Sound/SoundNode.h"

Source

/Engine/Source/Runtime/Engine/Private/SoundNode.cpp

Syntax

virtual void RetainChildWavePlayers
(
    bool bRecurse
)

Remarks

When this is called and stream caching is enabled, any wave player sound nodes childed off of this node will have their audio retained into the cache.

Parameters

Parameter

Description

bRecurse

when true, this will cause all children of child nodes to be primed as well.