UMeshOpPreviewWithBackgroundCompute::GetCurrentResultCopy

Read back a copy of current preview mesh.

Windows
MacOS
Linux

References

Module

ModelingComponents

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Public/MeshOpPreviewHelpers.h

Include

#include "MeshOpPreviewHelpers.h"

Source

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Private/MeshOpPreviewHelpers.cpp

Syntax

bool GetCurrentResultCopy
(
    FDynamicMesh3 & MeshOut,
    bool bOnlyIfValid
)

Remarks

Read back a copy of current preview mesh.

Returns

true if MeshOut was initialized

Parameters

Parameter

Description

bOnlyIfValid

if true, then only create mesh copy if HaveValidResult() == true

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