USoundNode::OverrideLoadingBehaviorOnChildWaves

When this is called and stream caching is enabled, any wave player sound nodes childed off of this node with loading behavior set to "Inherited" will have their loading behavior updated and their bLoadingBehaviorOverridden flag raised

Windows
MacOS
Linux

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 OverrideLoadingBehaviorOnChildWaves
(
    const bool bRecurse,
    const ESoundWaveLoadingBehavior InLoadingBehavior
)

Remarks

When this is called and stream caching is enabled, any wave player sound nodes childed off of this node with loading behavior set to "Inherited" will have their loading behavior updated and their bLoadingBehaviorOverridden flag raised

Parameters

Parameter

Description

bRecurse

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss