Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Util
| Type | Name | Description | |
|---|---|---|---|
| void | IndexUtil::ApplyMap
(
FIndex3i& Val, |
Replace Val with MapFunc[Val] using index operator | |
| void | IndexUtil::ApplyMap
(
TVector< T >& Val, |
Replace Val with MapFunc[Val] using index operator | |
| FIndex3i | IndexUtil::ApplyMap
(
const FIndex3i& Val, |
||
| TVector< T > | IndexUtil::ApplyMap
(
const TVector< T >& Val, |