UNoiseField

NoiseField

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

FieldSystemEngine

Header

/Engine/Source/Runtime/Experimental/FieldSystem/Source/FieldSystemEngine/Public/Field/FieldSystemObjects.h

Include

#include "Field/FieldSystemObjects.h"

Syntax

class UNoiseField : public UFieldNodeFloat

Remarks

NoiseField

Variables

Name Description

Public variable

float

 

MaxRange

The initial function value between 0 and 1 will be scaled between MinRange and MaxRange

Public variable

float

 

MinRange

The initial function value between 0 and 1 will be scaled between MinRange and MaxRange

Public variable

FTransform

 

Transform

Transform of the box in which the perlin noise will be defined

Constructors

Name Description

Public function

UNoiseField()

Destructors

Name Description

Public function Virtual

~UNoiseField()

Functions

Name Description

Public function

UNoiseField ...

 

SetNoiseField

(
    float MinRange,
    float MaxRange,
    FTransform Transform
)

Defines a perlin noise scalar value if the sample is within a box

Overridden from UFieldNodeBase

Name Description

Public function Virtual Const

FFieldNodeBa...

 

NewEvaluationGraph

(
    TArray< const UFieldNodeBase* ...
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss