UPreviewMesh::GetSpatial

This has to return non-const because of current FDynamicMeshAABBTree3 API, but you should not modify this!

Windows
MacOS
Linux

Warnings

  • this has to return non-const because of current FDynamicMeshAABBTree3 API, but you should not modify this!

References

Module

ModelingComponents

Header

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

Include

#include "PreviewMesh.h"

Source

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Private/PreviewMesh.cpp

Syntax

FDynamicMeshAABBTree3 * GetSpatial()

Remarks

This has to return non-const because of current FDynamicMeshAABBTree3 API, but you should not modify this!

Returns

point to the current AABBTree used for preview spatial mesh, or nullptr if not available

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