Navigation
Unreal Engine C++ API Reference > Runtime > Chaos > GeometryCollection > TManagedArrayBase
Type | Name | Description | |
---|---|---|---|
![]() |
Constructor (default) Build an empty shared array | ||
![]() |
TManagedArrayBase
(
const TArray< ElementType >& Other |
Constructor (TArray) | |
![]() |
TManagedArrayBase
(
const TManagedArrayBase< ElementType >& Other |
Copy Constructor (default) | |
![]() |
TManagedArrayBase
(
TManagedArrayBase< ElementType >&& Other |
Move Constructor | |
![]() |
TManagedArrayBase
(
TArray< ElementType >&& Other |
Constructor (default) Build an empty shared array |