Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UAudioComponent
- IAudioParameterControllerInterface::SetBoolParameter()
- ISoundParameterControllerInterface::SetBoolParameter()
- UAudioComponent::SetBoolParameter()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/AudioComponent.h |
| Include | #include "Components/AudioComponent.h" |
UFUNCTION (BlueprintCallable, Meta=(DisplayName="Set Boolean Parameter"),
Category="Audio|Parameter")
virtual void SetBoolParameter
(
FName InName,
bool InBool
)
Remarks
Sets a named Boolean.