Navigation
API > API/Runtime > API/Runtime/Chaos
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Chaos::FreeObjHelper
(
T*& RawPtr |
Chaos/SpatialAccelerationCollection.h | ||
void Chaos::FreeObjHelper
(
TSpatialAccelerationBucketEntry< TPayloadType, T, d >& BucketEntry |
Chaos/SpatialAccelerationCollection.h |
Chaos::FreeObjHelper(T *&)
| Name | Chaos::FreeObjHelper |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/SpatialAccelerationCollection.h |
| Include Path | #include "Chaos/SpatialAccelerationCollection.h" |
namespace Chaos
{
template<typename T>
void Chaos::FreeObjHelper
(
T *& RawPtr
)
}
Chaos::FreeObjHelper(TSpatialAccelerationBucketEntry< TPayloadType, T, d > &)
| Name | Chaos::FreeObjHelper |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/SpatialAccelerationCollection.h |
| Include Path | #include "Chaos/SpatialAccelerationCollection.h" |
namespace Chaos
{
template<typename TPayloadType, typename T, int d>
void Chaos::FreeObjHelper
(
TSpatialAccelerationBucketEntry < TPayloadType, T, d > & BucketEntry
)
}