Navigation
API > API/Plugins > API/Plugins/PlanarCut
References
| Module | PlanarCut |
| Header | /Engine/Plugins/Experimental/PlanarCutPlugin/Source/PlanarCut/Public/PlanarCut.h |
| Include | #include "PlanarCut.h" |
Syntax
struct FNoiseOffsets
Remarks
Offsets to randomize where Perlin noise is sampled for each dimension of a noise vector.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | X | ||
| FVector | Y | ||
| FVector | Z |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNoiseOffsets
(
FRandomStream& RandomStream |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetOffsets
(
FRandomStream& RandomStream |
Constants
| Name | Description |
|---|---|
| RandomOffsetScale | Offset scale chosen to keep reasonably small offsets while still de-correlating the noise in each dimension. |