Navigation
API > API/Runtime > API/Runtime/Chaos
NoiseField
| Name | FNoiseField |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Field/FieldSystemNodes.h |
| Include Path | #include "Field/FieldSystemNodes.h" |
Syntax
class FNoiseField : public FFieldNode< float >
Inheritance Hierarchy
- FFieldNodeBase → FFieldNode → FNoiseField
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNoiseField
(
float MinRangeIn, |
Field/FieldSystemNodes.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FNoiseField() |
Field/FieldSystemNodes.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | FFieldNode< float > | Field/FieldSystemNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MaxRange | float | Field/FieldSystemNodes.h | ||
| MinRange | float | Field/FieldSystemNodes.h | ||
| Transform | FTransform | Field/FieldSystemNodes.h |
Functions
Public
Overridden from FFieldNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
FFieldContext&, |
FNoiseField | Field/FieldSystemNodes.h |
Overridden from FFieldNodeBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual float EvalMaxMagnitude() |
Evaluate the maximum magnitude of the field graph | Field/FieldSystemNodes.h | |
virtual void FillSetupCount
(
int32& NumOffsets, |
Count the number of offsets/params that will be used by the world physics field | Field/FieldSystemNodes.h | |
| Fill the offsets/params arrays that will be used by the world physics field | Field/FieldSystemNodes.h | ||
virtual FFieldNodeBase * NewCopy() |
Field/FieldSystemNodes.h | ||
virtual FFieldNodeBase::ESerializationType SerializationType() |
Serialization API | Field/FieldSystemNodes.h | |
virtual void Serialize
(
FArchive& Ar |
Field/FieldSystemNodes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool operator==
(
const FFieldNodeBase& Node |
Field/FieldSystemNodes.h |