FFieldContextIndex

[FFieldContextIndex](API\Runtime\Chaos\Field\FFieldContextIndex) The Context is passed into the field evaluation pipeline during evaluation.

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Field/FieldSystem.h"

Syntax

struct FFieldContextIndex

Remarks

FFieldContextIndex The Context is passed into the field evaluation pipeline during evaluation. The Nodes will have access to the samples and indices for evaluation. The MetaData is a optional data package that the nodes will use during evaluation, the context does not assume ownership of the metadata but assumes it will remain in scope during evaluation.

Variables

Name Description

Public variable

int32

 

Result

Public variable

int32

 

Sample

Constructors

Name Description

Public function

FFieldContextIndex

(
    int32 InSample,
    int32 InResult
)

Functions

Name Description

Public function Static

void

 

ContiguousIndices

(
    TArray< FFieldContextIndex >& Arra...,
    const int NumParticles,
    const bool bForce
)

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