LandscapeEditorUtils::ResampleData

Windows
MacOS
Linux

References

Module

LandscapeEditor

Header

/Engine/Source/Editor/LandscapeEditor/Public/LandscapeEditorUtils.h

Include

#include "LandscapeEditorUtils.h"

Syntax

namespace LandscapeEditorUtils
{
    template<typename T>
    TArray< T > LandscapeEditorUtils::ResampleData
    (
        const TArray< T > & Data,
        int32 OldWidth,
        int32 OldHeight,
        int32 NewWidth,
        int32 NewHeight
    )
}

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