Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FKAggregateGeom
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FKShapeElem * GetElementByName
(
const FName InName |
PhysicsEngine/AggregateGeom.h | ||
const FKShapeElem * GetElementByName
(
TArrayView< const T > Elements, |
PhysicsEngine/AggregateGeom.h |
GetElementByName(const FName)
| Name | GetElementByName |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/AggregateGeom.h |
| Include Path | #include "PhysicsEngine/AggregateGeom.h" |
const FKShapeElem * GetElementByName
(
const FName InName
) const
GetElementByName(TArrayView< const T >, const FName)
| Name | GetElementByName |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/AggregateGeom.h |
| Include Path | #include "PhysicsEngine/AggregateGeom.h" |
template<class T>
const FKShapeElem * GetElementByName
(
TArrayView < const T > Elements,
const FName InName
) const