Navigation
Unreal Engine C++ API Reference > Plugins > PlanarCut
References
Module | PlanarCut |
Header | /Engine/Plugins/Experimental/PlanarCutPlugin/Source/PlanarCut/Public/PlanarCut.h |
Include | #include "PlanarCut.h" |
Syntax
struct FNoiseSettings
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
float | Amplitude | |
![]() |
float | Frequency | |
![]() |
float | Lacunarity | |
![]() |
int32 | Octaves | |
![]() |
float | Persistence | |
![]() |
float | PointSpacing |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FVector | NoiseVector
(
const FVector& Pos, |
|
![]() ![]() |
float | OctaveNoise
(
const FVector& V |