Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IInterface_PreviewMeshProvider
Overloads
| 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 |
GetPreviewMesh()
Description
Get the preview mesh for this asset
| Name | GetPreviewMesh |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Interfaces/Interface_PreviewMeshProvider.h |
| Include Path | #include "Interfaces/Interface_PreviewMeshProvider.h" |
USkeletalMesh * GetPreviewMesh() const
GetPreviewMesh(bool)
Description
Get the preview mesh for this asset, non const. Allows the preview mesh to be modified if it is somehow invalid
| Name | GetPreviewMesh |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Interfaces/Interface_PreviewMeshProvider.h |
| Include Path | #include "Interfaces/Interface_PreviewMeshProvider.h" |
virtual USkeletalMesh * GetPreviewMesh
(
bool bFindIfNotSet
)
Parameters
| Name | Remarks |
|---|---|
| bFindIfNotSet | If true, attempts to find a suitable asset if one is not found |