Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/GeometryCollection
Inheritance Hierarchy
- FNoncopyable
- FManagedArrayBase
- TManagedArrayBase
- TManagedArray< FIntVector >
References
Module | Chaos |
Header | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/ManagedArray.h |
Include | #include "GeometryCollection/ManagedArray.h" |
Syntax
template<>
class TManagedArray< FIntVector > : public TManagedArrayBase< FIntVector >
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
|||
![]() |
|||
![]() |
TManagedArray
(
const TArray< FIntVector >& Other |
||
![]() |
TManagedArray
(
const TManagedArray< FIntVector >& Other |
||
![]() |
TManagedArray
(
TManagedArray< FIntVector >&& Other |
||
![]() |
TManagedArray
(
TArray< FIntVector >&& 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< FIntVector >&& Other |