Navigation
API > API/Runtime > API/Runtime/Chaos
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CopyRangeHelper
(
TArray< T >& Target, |
GeometryCollection/ManagedArray.h | ||
void CopyRangeHelper
(
TArray< TUniquePtr< T > >& Array, |
GeometryCollection/ManagedArray.h | ||
void CopyRangeHelper
(
TArray< TRefCountPtr< T > >& Array, |
GeometryCollection/ManagedArray.h | ||
void CopyRangeHelper
(
TArray< LOCAL_MA_UniqueTGeometryParticle >& Target, |
GeometryCollection/ManagedArray.h | ||
void CopyRangeHelper
(
TArray< LOCAL_MA_UniqueTPBDRigidParticle >& Target, |
GeometryCollection/ManagedArray.h | ||
void CopyRangeHelper
(
TArray< LOCAL_MA_UniqueTBVHParticles >& Target, |
GeometryCollection/ManagedArray.h | ||
void CopyRangeHelper
(
TArray< LOCAL_MA_UniqueTArrayTVector >& Target, |
GeometryCollection/ManagedArray.h |
CopyRangeHelper(TArray< T > &, const TManagedArrayBase< T > &, int32, int32, int32)
| Name | CopyRangeHelper |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/ManagedArray.h |
| Include Path | #include "GeometryCollection/ManagedArray.h" |
template<typename T>
void CopyRangeHelper
(
TArray < T > & Target,
const TManagedArrayBase < T > & Source,
int32 Start,
int32 Stop,
int32 Offset
)
CopyRangeHelper(TArray< TUniquePtr< T > > &, const TManagedArrayBase< TUniquePtr< T > > &, int32, int32, int32)
| Name | CopyRangeHelper |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/ManagedArray.h |
| Include Path | #include "GeometryCollection/ManagedArray.h" |
template<typename T>
void CopyRangeHelper
(
TArray < TUniquePtr < T > > & Array,
const TManagedArrayBase < TUniquePtr < T > > & ConstArray,
int32 Start,
int32 Stop,
int32 Offset
)
CopyRangeHelper(TArray< TRefCountPtr< T > > &, const TManagedArrayBase< TRefCountPtr< T > > &, int32, int32, int32)
| Name | CopyRangeHelper |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/ManagedArray.h |
| Include Path | #include "GeometryCollection/ManagedArray.h" |
template<typename T>
void CopyRangeHelper
(
TArray < TRefCountPtr < T > > & Array,
const TManagedArrayBase < TRefCountPtr < T > > & ConstArray,
int32 Start,
int32 Stop,
int32 Offset
)
CopyRangeHelper(TArray< LOCAL_MA_UniqueTGeometryParticle > &, const TManagedArrayBase< LOCAL_MA_UniqueTGeometryParticle > &, int32, int32, int32)
| Name | CopyRangeHelper |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/ManagedArray.h |
| Include Path | #include "GeometryCollection/ManagedArray.h" |
template<>
void CopyRangeHelper
(
TArray < LOCAL_MA_UniqueTGeometryParticle > & Target,
const TManagedArrayBase < LOCAL_MA_UniqueTGeometryParticle > & Source,
int32 Start,
int32 Stop,
int32 Offset
)
CopyRangeHelper(TArray< LOCAL_MA_UniqueTPBDRigidParticle > &, const TManagedArrayBase< LOCAL_MA_UniqueTPBDRigidParticle > &, int32, int32, int32)
| Name | CopyRangeHelper |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/ManagedArray.h |
| Include Path | #include "GeometryCollection/ManagedArray.h" |
template<>
void CopyRangeHelper
(
TArray < LOCAL_MA_UniqueTPBDRigidParticle > & Target,
const TManagedArrayBase < LOCAL_MA_UniqueTPBDRigidParticle > & Source,
int32 Start,
int32 Stop,
int32 Offset
)
CopyRangeHelper(TArray< LOCAL_MA_UniqueTBVHParticles > &, const TManagedArrayBase< LOCAL_MA_UniqueTBVHParticles > &, int32, int32, int32)
| Name | CopyRangeHelper |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/ManagedArray.h |
| Include Path | #include "GeometryCollection/ManagedArray.h" |
template<>
void CopyRangeHelper
(
TArray < LOCAL_MA_UniqueTBVHParticles > & Target,
const TManagedArrayBase < LOCAL_MA_UniqueTBVHParticles > & Source,
int32 Start,
int32 Stop,
int32 Offset
)
CopyRangeHelper(TArray< LOCAL_MA_UniqueTArrayTVector > &, const TManagedArrayBase< LOCAL_MA_UniqueTArrayTVector > &, int32, int32, int32)
| Name | CopyRangeHelper |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/ManagedArray.h |
| Include Path | #include "GeometryCollection/ManagedArray.h" |
template<>
void CopyRangeHelper
(
TArray < LOCAL_MA_UniqueTArrayTVector > & Target,
const TManagedArrayBase < LOCAL_MA_UniqueTArrayTVector > & Source,
int32 Start,
int32 Stop,
int32 Offset
)