IndexUtil::ApplyMap

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

IndexUtil::ApplyMap

(
    FIndex3i& Val,
    Func MapFunc
)

Replace Val with MapFunc[Val] using index operator

Public function

void

 

IndexUtil::ApplyMap

(
    FVector3< T >& Val,
    Func MapFunc
)

Replace Val with MapFunc[Val] using index operator

Public function

FIndex3i

 

IndexUtil::ApplyMap

(
    const FIndex3i& Val,
    Func MapFunc
)

Public function

FVector3< T ...

 

IndexUtil::ApplyMap

(
    const FVector3< T >& Val,
    Func MapFunc
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss