Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/IMeshDescriptionProvider
Description
Access the MeshDescription available through this Provider. Note that this MeshDescription may or may not be owned by the provider and should not be modified directly. Use IMeshDescriptionCommitter for writes.
| Name | GetMeshDescription |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/TargetInterfaces/MeshDescriptionProvider.h |
| Include Path | #include "TargetInterfaces/MeshDescriptionProvider.h" |
const FMeshDescription * GetMeshDescription
(
const FGetMeshParameters & GetMeshParams
)
pointer to MeshDescription