Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/UMeshOpPreviewWithBackgroundComp-
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
MeshOpPreviewHelpers.h |
|
|
Required calls to setup/update/shutdown this object |
MeshOpPreviewHelpers.h |
|
Setup(UWorld *)
| |
|
| Name |
Setup |
| Type |
function |
| Header File |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/MeshOpPreviewHelpers.h |
| Include Path |
#include "MeshOpPreviewHelpers.h" |
| Source |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/MeshOpPreviewHelpers.cpp |
void Setup
(
UWorld * InWorld
)
Setup(UWorld , UE::Geometry::IDynamicMeshOperatorFactory )
Description
Required calls to setup/update/shutdown this object
| |
|
| Name |
Setup |
| Type |
function |
| Header File |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/MeshOpPreviewHelpers.h |
| Include Path |
#include "MeshOpPreviewHelpers.h" |
| Source |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/MeshOpPreviewHelpers.cpp |
void Setup
(
UWorld * InWorld,
UE::Geometry::IDynamicMeshOperatorFactory * OpGenerator
)
Parameters
| Name |
Remarks |
| InWorld |
the Preview mesh actor will be created in this UWorld |
| OpGenerator |
This factory is called to create new MeshOperators on-demand |