Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/PreviewMeshCollection.h |
Include | #include "Engine/PreviewMeshCollection.h" |
Syntax
USTRUCT ()
struct FPreviewMeshCollectionEntry
Remarks
An entry in a preview mesh collection
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
TSoftObjectPtr< UAnimBlueprint > | AnimBlueprint | The custom animation blueprint for the mesh |
![]() ![]() ![]() |
TSoftObjectPtr< USkeletalMesh > | SkeletalMesh | The skeletal mesh to display |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FPreviewMeshCollectionEntry
(
USkeletalMesh* InMesh |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | operator==
(
const FPreviewMeshCollectionEntry& InEntry |