Navigation
API > API/Runtime > API/Runtime/Chaos
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
decltype(auto) Chaos::Utilities::CastHelper
(
const FImplicitObject& Geom, |
Call the lambda with concrete shape type. Unwraps shapes contained in Instanced (e.g., Instanced-Sphere will be called with Sphere. Note that this will effectively discard any instance properties like the margin) | Chaos/CastingUtilities.h | |
decltype(auto) Chaos::Utilities::CastHelper
(
const FImplicitObject& Geom, |
Call the lambda with concrete shape type. Unwraps shapes contained in Instanced (e.g., Instanced-Sphere will be called with Sphere. Note that this will effectively discard any instance properties like the margin) | Chaos/CastingUtilities.h |
Chaos::Utilities::CastHelper(const FImplicitObject &, const Lambda &)
Description
Call the lambda with concrete shape type. Unwraps shapes contained in Instanced (e.g., Instanced-Sphere will be called with Sphere. Note that this will effectively discard any instance properties like the margin)
| Name | Chaos::Utilities::CastHelper |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/CastingUtilities.h |
| Include Path | #include "Chaos/CastingUtilities.h" |
namespace Chaos
{
namespace Utilities
{
template<typename Lambda>
decltype(auto) Chaos::Utilities::CastHelper
(
const FImplicitObject & Geom,
const Lambda & Func
)
}
}
Chaos::Utilities::CastHelper(const FImplicitObject &, const FRigidTransform3 &, const Lambda &)
Description
Call the lambda with concrete shape type. Unwraps shapes contained in Instanced (e.g., Instanced-Sphere will be called with Sphere. Note that this will effectively discard any instance properties like the margin)
| Name | Chaos::Utilities::CastHelper |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/CastingUtilities.h |
| Include Path | #include "Chaos/CastingUtilities.h" |
namespace Chaos
{
namespace Utilities
{
template<typename Lambda>
decltype(auto) Chaos::Utilities::CastHelper
(
const FImplicitObject & Geom,
const FRigidTransform3 & TM,
const Lambda & Func
)
}
}