IndexUtil::ApplyMap

Replace Val with MapFunc[Val] using index operator

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Util/IndexUtil.h

Include

#include "Util/IndexUtil.h"

Syntax

namespace IndexUtil
{
    template<typename Func>
    void IndexUtil::ApplyMap
    (
        FIndex3i & Val,
        Func MapFunc
    )
}

Remarks

Replace Val with MapFunc[Val] using index operator

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