Navigation
API > API/Runtime > API/Runtime/GeometryCore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void IndexUtil::ApplyMap
(
FIndex3i& Val, |
Replace Val with MapFunc[Val] using index operator | Util/IndexUtil.h | |
void IndexUtil::ApplyMap
(
UE::Math::TVector< T >& Val, |
Replace Val with MapFunc[Val] using index operator | Util/IndexUtil.h | |
FIndex3i IndexUtil::ApplyMap
(
const FIndex3i& Val, |
Util/IndexUtil.h | ||
UE::Math::TVector< T > IndexUtil::ApplyMap
(
const UE::Math::TVector< T >& Val, |
Util/IndexUtil.h |
IndexUtil::ApplyMap(FIndex3i &, Func)
Description
Replace Val with MapFunc[Val] using index operator
| Name | IndexUtil::ApplyMap |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/IndexUtil.h |
| Include Path | #include "Util/IndexUtil.h" |
namespace IndexUtil
{
template<typename Func>
void IndexUtil::ApplyMap
(
FIndex3i & Val,
Func MapFunc
)
}
IndexUtil::ApplyMap(UE::Math::TVector< T > &, Func)
Description
Replace Val with MapFunc[Val] using index operator
| Name | IndexUtil::ApplyMap |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/IndexUtil.h |
| Include Path | #include "Util/IndexUtil.h" |
namespace IndexUtil
{
template<typename T, typename Func>
void IndexUtil::ApplyMap
(
UE::Math::TVector < T > & Val,
Func MapFunc
)
}
IndexUtil::ApplyMap(const FIndex3i &, Func)
| Name | IndexUtil::ApplyMap |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/IndexUtil.h |
| Include Path | #include "Util/IndexUtil.h" |
namespace IndexUtil
{
template<typename Func>
FIndex3i IndexUtil::ApplyMap
(
const FIndex3i & Val,
Func MapFunc
)
}
MapFunc[Val] using index operator
IndexUtil::ApplyMap(const UE::Math::TVector< T > &, Func)
| Name | IndexUtil::ApplyMap |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/IndexUtil.h |
| Include Path | #include "Util/IndexUtil.h" |
namespace IndexUtil
{
template<typename T, typename Func>
UE::Math::TVector < T > IndexUtil::ApplyMap
(
const UE::Math::TVector < T > & Val,
Func MapFunc
)
}
MapFunc[Val] using index operator