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

#include <AnimBank.h>

Public Member Functions

ENGINE_API FSoftAnimBankItem ()
 
ENGINE_API FSoftAnimBankItem (const FSoftAnimBankItem &InBankItem)
 
ENGINE_API FSoftAnimBankItem (const FAnimBankItem &InBankItem)
 
ENGINE_API bool operator!= (const FSoftAnimBankItem &Other) const
 
ENGINE_API bool operator== (const FSoftAnimBankItem &Other) const
 

Public Attributes

TSoftObjectPtr< UAnimBankBankAsset = nullptr
 
int32 SequenceIndex = 0
 

Constructor & Destructor Documentation

◆ FSoftAnimBankItem() [1/3]

FSoftAnimBankItem::FSoftAnimBankItem ( )
default

◆ FSoftAnimBankItem() [2/3]

FSoftAnimBankItem::FSoftAnimBankItem ( const FSoftAnimBankItem InBankItem)

◆ FSoftAnimBankItem() [3/3]

FSoftAnimBankItem::FSoftAnimBankItem ( const FAnimBankItem InBankItem)
explicit

Member Function Documentation

◆ operator!=()

bool FSoftAnimBankItem::operator!= ( const FSoftAnimBankItem Other) const

◆ operator==()

bool FSoftAnimBankItem::operator== ( const FSoftAnimBankItem Other) const

Member Data Documentation

◆ BankAsset

TSoftObjectPtr<UAnimBank> FSoftAnimBankItem::BankAsset = nullptr

◆ SequenceIndex

int32 FSoftAnimBankItem::SequenceIndex = 0

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