FActiveSound::GetIntParameter

Try and find an Instance Parameter with the given name and if we find it return the integer value.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ActiveSound.h

Include

#include "ActiveSound.h"

Source

/Engine/Source/Runtime/Engine/Private/ActiveSound.cpp

Syntax

bool GetIntParameter
(
    const FName InName,
    int32 & OutInt
) const

Remarks

Try and find an Instance Parameter with the given name and if we find it return the integer value.

Returns

true if boolean for parameter was found, otherwise false

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