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