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