UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FPreviewMeshCollectionEntry Struct Reference

#include <PreviewMeshCollection.h>

Public Member Functions

 FPreviewMeshCollectionEntry ()
 
 FPreviewMeshCollectionEntry (USkeletalMesh *InMesh)
 
bool operator== (const FPreviewMeshCollectionEntry &InEntry) const
 

Public Attributes

TSoftObjectPtr< USkeletalMeshSkeletalMesh
 
TSoftObjectPtr< UAnimBlueprintAnimBlueprint
 

Detailed Description

An entry in a preview mesh collection

Constructor & Destructor Documentation

◆ FPreviewMeshCollectionEntry() [1/2]

FPreviewMeshCollectionEntry::FPreviewMeshCollectionEntry ( )
inline

◆ FPreviewMeshCollectionEntry() [2/2]

FPreviewMeshCollectionEntry::FPreviewMeshCollectionEntry ( USkeletalMesh InMesh)
inline

Member Function Documentation

◆ operator==()

bool FPreviewMeshCollectionEntry::operator== ( const FPreviewMeshCollectionEntry InEntry) const
inline

Member Data Documentation

◆ AnimBlueprint

TSoftObjectPtr<UAnimBlueprint> FPreviewMeshCollectionEntry::AnimBlueprint

The custom animation blueprint for the mesh

◆ SkeletalMesh

TSoftObjectPtr<USkeletalMesh> FPreviewMeshCollectionEntry::SkeletalMesh

The skeletal mesh to display


The documentation for this struct was generated from the following file: