Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FPerShapeData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
decltype(auto) DownCast
(
const TLambda& Lambda |
Call a function on the concrete type. | Chaos/ShapeInstance.h | |
decltype(auto) DownCast
(
const TLambda& Lambda |
Chaos/ShapeInstance.h |
DownCast(const TLambda &)
Description
Call a function on the concrete type.
| Name | DownCast |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ShapeInstance.h |
| Include Path | #include "Chaos/ShapeInstance.h" |
template<typename TLambda>
decltype(auto) DownCast
(
const TLambda & Lambda
)
DownCast(const TLambda &)
| Name | DownCast |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ShapeInstance.h |
| Include Path | #include "Chaos/ShapeInstance.h" |
template<typename TLambda>
decltype(auto) DownCast
(
const TLambda & Lambda
) const