Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/TargetInterfaces > API/Runtime/InteractiveToolsFramework/TargetInterfaces/IMeshDescriptionProvider
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/TargetInterfaces/MeshDescriptionProvider.h |
| Include | #include "TargetInterfaces/MeshDescriptionProvider.h" |
const FMeshDescription * GetMeshDescription
(
const FGetMeshParameters & GetMeshParams
)
Remarks
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. pointer to MeshDescription