![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Math/UnrealMathUtility.h"#include "Math/Vector2D.h"#include "MathUtil.h"#include "GenericPlatform/GenericPlatformMath.h"Go to the source code of this file.
Namespaces | |
| namespace | UE |
| namespace | UE::Geometry |
Enumerations | |
| enum class | UE::Geometry::EFBMMode : uint8 { UE::Geometry::Standard , UE::Geometry::Turbulent , UE::Geometry::Ridge } |
Functions | |
| template<typename T > | |
| T | UE::Geometry::FractalBrownianMotionNoise (const EFBMMode FBMMode, const uint32 OctaveCount, const Math::TVector2< T > Coords, const T Lacunarity, const T Gain, const T Smoothness, const T Gamma) |