APreviewMeshActor

[UPreviewMesh](API\Plugins\ModelingComponents\UPreviewMesh) internally spawns a [APreviewMeshActor](API\Plugins\ModelingComponents\APreviewMeshActor) to hold the preview mesh object.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

ModelingComponents

Header

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

Include

#include "PreviewMesh.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)()
class APreviewMeshActor : public AInternalToolFrameworkActor

Remarks

UPreviewMesh internally spawns a APreviewMeshActor to hold the preview mesh object. We use this AInternalToolFrameworkActor subclass so that we can identify such objects at higher levels (for example to prevent them from being deleted in the Editor)

Constructors

No constructors are accessible with public or protected access.

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