Navigation
API > API/Runtime > API/Runtime/Engine
An asset that can provide a preview skeletal mesh (for editing)
| Name | IInterface_PreviewMeshProvider |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Interfaces/Interface_PreviewMeshProvider.h |
| Include Path | #include "Interfaces/Interface_PreviewMeshProvider.h" |
Syntax
class IInterface_PreviewMeshProvider
Derived Classes
IInterface_PreviewMeshProvider derived class hierarchy
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Get the preview mesh for this asset | Interfaces/Interface_PreviewMeshProvider.h | ||
virtual USkeletalMesh * GetPreviewMesh
(
bool bFindIfNotSet |
Get the preview mesh for this asset, non const. | Interfaces/Interface_PreviewMeshProvider.h | |
void SetPreviewMesh
(
USkeletalMesh* PreviewMesh, |
Set the preview mesh for this asset | Interfaces/Interface_PreviewMeshProvider.h |