IInterface_PreviewMeshProvider

An asset that can provide a preview skeletal mesh (for editing)

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Interfaces/Interface_PreviewMeshProvider.h

Include

#include "Interfaces/Interface_PreviewMeshProvider.h"

Syntax

class IInterface_PreviewMeshProvider

Remarks

An asset that can provide a preview skeletal mesh (for editing)

Functions

Name Description

Public function Const

USkeletalMes...

 

GetPreviewMesh()

Get the preview mesh for this asset

Public function Virtual

USkeletalMes...

 

GetPreviewMesh

(
    bool bFindIfNotSet
)

Get the preview mesh for this asset, non const.

Public function

void

 

SetPreviewMesh

(
    USkeletalMesh* PreviewMesh,
    bool bMarkAsDirty
)

Set the preview mesh for this asset

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