UPreviewGeometry::CreateOrUpdateLineSet

Add a set of lines produced by calling LineGenFunc for each index in range [0,NumIndices)

Windows
MacOS
Linux

References

Module

ModelingComponents

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Public/Drawing/PreviewGeometryActor.h

Include

#include "Drawing/PreviewGeometryActor.h"

Source

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Private/Drawing/PreviewGeometryActor.cpp

Syntax

void CreateOrUpdateLineSet
(
    const FString & LineSetIdentifier,
    int32 NumIndices,
    TFunctionRef< voidIndex, TArray< FRenderableLine > &LinesOut)> LineGenFunc,
    int32 LinesPerIndexHint
)

Remarks

Add a set of lines produced by calling LineGenFunc for each index in range [0,NumIndices)

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