UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PerlinNoise.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
6
7namespace Audio
8{
18
28}
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition Platform.h:1125
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition ArrayView.h:139
NO_LOGGING.
Definition AudioMixerPlatformAndroid.cpp:53
void PerlinValueNoise1DBuffer(TArrayView< const float > InXBuffer, const float InOffset, const int32 InNumOctaves, TArrayView< float > OutNoiseBuffer)
Definition PerlinNoise.cpp:27
float PerlinValueNoise1D(const float InX, const int32 InNumOctaves)
Definition PerlinNoise.cpp:8