UEditorEngine::bspBuildFPolys

Build EdPoly list from a model's Bsp. Not transactional.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Editor/EditorEngine.h

Include

#include "Editor/EditorEngine.h"

Source

/Engine/Source/Editor/UnrealEd/Private/EditorBsp.cpp

Syntax

virtual void bspBuildFPolys
(
    UModel * Model,
    bool SurfLinks,
    int32 iNode,
    TArray< FPoly > * DestArray
)

Remarks

Build EdPoly list from a model's Bsp. Not transactional.

Parameters

Parameter

Description

DestArray

helps build bsp FPolys in non-main threads. It also allows to perform this action without GUndo interfering. Temporary results will be written to DestArray. Defaults to Model->Polys->Element

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