FFieldNode

FieldNode

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Field/FieldSystem.h

Include

#include "Field/FieldSystem.h"

Syntax

template<class T>
class FFieldNode : public FFieldNodeBase

Remarks

FieldNode<T>

Typed field nodes are used for the evaluation of specific types of data arrays. For exampe, The FFieldNode<FVector>::Evaluate will expect resutls of type TArrayView<FVector>, and an example implementation is the UniformVectorField.

Destructors

Name Description

Public function Virtual

~FFieldNode()

Functions

Name Description

Public function Const

void

 

Evaluate

(
    FFieldContext&,
    TArrayView< T >& Results
)

Public function Static

EFieldType

 

StaticType()

Overridden from FFieldNodeBase

Name Description

Public function Virtual Const

EFieldType

 

Type()

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