Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FKAggregateGeom
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
auto VisitShapeAndContainer
(
FKShapeElem& InElement, |
PhysicsEngine/AggregateGeom.h | ||
auto VisitShapeAndContainer
(
const FKShapeElem& InElement, |
PhysicsEngine/AggregateGeom.h |
VisitShapeAndContainer(FKShapeElem &, Callable &&)
| Name | VisitShapeAndContainer |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/AggregateGeom.h |
| Include Path | #include "PhysicsEngine/AggregateGeom.h" |
template<typename Callable>
auto VisitShapeAndContainer
(
FKShapeElem & InElement,
Callable && InCallable
)
VisitShapeAndContainer(const FKShapeElem &, Callable &&)
| Name | VisitShapeAndContainer |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/AggregateGeom.h |
| Include Path | #include "PhysicsEngine/AggregateGeom.h" |
template<typename Callable>
auto VisitShapeAndContainer
(
const FKShapeElem & InElement,
Callable && InCallable
)