Navigation
API > API/Plugins > API/Plugins/PlanarCut
| Name | FNoiseSettings |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/PlanarCutPlugin/Source/PlanarCut/Public/PlanarCut.h |
| Include Path | #include "PlanarCut.h" |
Syntax
struct FNoiseSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Amplitude | float | PlanarCut.h | ||
| Frequency | float | PlanarCut.h | ||
| Lacunarity | float | PlanarCut.h | ||
| Octaves | int32 | PlanarCut.h | ||
| Persistence | float | PlanarCut.h | ||
| PointSpacing | float | PlanarCut.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector NoiseVector
(
const FVector& Pos, |
PlanarCut.h | ||
float OctaveNoise
(
const FVector& V |
PlanarCut.h |