UMetaSoundSource::IsLooping

Returns whether or not this sound is looping.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

USoundBase::IsLooping()

UMetaSoundSource::IsLooping()

References

Module

MetasoundEngine

Header

/Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundSource.h

Include

#include "MetasoundSource.h"

Source

/Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundSource.cpp

Syntax

virtual bool IsLooping()

Remarks

Returns whether or not this sound is looping. TODO: Deprecate this to only use IsOneshot() in a MetaSound world.