Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/GeometryCollection
Inheritance Hierarchy
- FNoncopyable
- FManagedArrayBase
- TManagedArrayBase
- TManagedArray< FIntVector4 >
References
| Module | Chaos |
| Header | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/ManagedArray.h |
| Include | #include "GeometryCollection/ManagedArray.h" |
Syntax
template<>
class TManagedArray< FIntVector4 > : public TManagedArrayBase< FIntVector4 >
Functions
| Type | Name | Description | |
|---|---|---|---|
TManagedArray
(
const TArray< FIntVector4 >& Other |
|||
TManagedArray
(
const TManagedArray< FIntVector4 >& Other |
|||
TManagedArray
(
TManagedArray< FIntVector4 >&& Other |
|||
TManagedArray
(
TArray< FIntVector4 >&& Other |
Overridden from FManagedArrayBase
| Type | Name | Description | |
|---|---|---|---|
| void | Reindex - Adjust index dependent elements. | ||
| void | ReindexFromLookup
(
const TArray< int32 >& InverseNewOrder |
Todo: this should really assert, but material is currently relying on both faces and vertices | |
| void | SetDefaults
(
uint32 StartSize, |
Set default values. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| TManagedArray & | operator=
(
TManagedArray< FIntVector4 >&& Other |