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