Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | FFieldSystemMetaDataResults |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Field/FieldSystem.h |
| Include Path | #include "Field/FieldSystem.h" |
Syntax
template<class T>
class FFieldSystemMetaDataResults : public FFieldSystemMetaData
Inheritance Hierarchy
- FFieldSystemMetaData → FFieldSystemMetaDataResults
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFieldSystemMetaDataResults
(
const TFieldArrayView< T >& ResultsIn |
Field/FieldSystem.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FFieldSystemMetaDataResults() |
Field/FieldSystem.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Results | const TFieldArrayView< T > & | Field/FieldSystem.h |
Functions
Public
Overridden from FFieldSystemMetaData
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FFieldSystemMetaData * NewCopy() |
Field/FieldSystem.h | ||
virtual EMetaType Type() |
Field/FieldSystem.h |