Navigation
API > API/Runtime > API/Runtime/Chaos
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.
| Name | FFieldContextIndex |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Field/FieldSystem.h |
| Include Path | #include "Field/FieldSystem.h" |
Syntax
struct FFieldContextIndex
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFieldContextIndex
(
int32 InSample, |
Field/FieldSystem.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Result | int32 | Field/FieldSystem.h | ||
| Sample | int32 | Field/FieldSystem.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void ContiguousIndices
(
TArray< FFieldContextIndex >& Array, |
Field/FieldSystem.h |