CriWare Unreal Engine
Plug-ins for CriWare solutions.
読み取り中…
検索中…
一致する文字列を見つけられません
UAtomSoundBankFactory クラス

#include <AtomSoundBankFactory.h>

UAtomSoundBankFactory の継承関係図

公開メンバ関数

 UAtomSoundBankFactory (const FObjectInitializer &ObjectInitializer)
virtual bool CanReimport (UObject *Obj, TArray< FString > &OutFilenames) override
virtual UObject * FactoryCreateBinary (UClass *Class, UObject *InParent, FName Name, EObjectFlags Flags, UObject *Context, const TCHAR *FileType, const uint8 *&Buffer, const uint8 *BufferEnd, FFeedbackContext *Warn, bool &bOutOperationCanceled) override
virtual EReimportResult::Type Reimport (UObject *Obj) override
virtual void SetReimportPaths (UObject *Obj, const TArray< FString > &NewReimportPaths) override

限定公開メンバ関数

bool CanReimportSoundBank (UAtomSoundBank *AtomSoundBank, TArray< FString > &OutFilenames)

限定公開変数類

TObjectPtr< UAtomSoundBankReimportSoundBank

構築子と解体子

◆ UAtomSoundBankFactory()

UAtomSoundBankFactory::UAtomSoundBankFactory ( const FObjectInitializer & ObjectInitializer)

関数詳解

◆ CanReimport()

bool UAtomSoundBankFactory::CanReimport ( UObject * Obj,
TArray< FString > & OutFilenames )
overridevirtual

UAtomCueSheetFactory, UAtomWaveBankFactoryで再実装されています。

◆ CanReimportSoundBank()

bool UAtomSoundBankFactory::CanReimportSoundBank ( UAtomSoundBank * AtomSoundBank,
TArray< FString > & OutFilenames )
protected

◆ FactoryCreateBinary()

UObject * UAtomSoundBankFactory::FactoryCreateBinary ( UClass * Class,
UObject * InParent,
FName Name,
EObjectFlags Flags,
UObject * Context,
const TCHAR * FileType,
const uint8 *& Buffer,
const uint8 * BufferEnd,
FFeedbackContext * Warn,
bool & bOutOperationCanceled )
overridevirtual

UAtomCueSheetFactory, UAtomWaveBankFactoryで再実装されています。

◆ Reimport()

EReimportResult::Type UAtomSoundBankFactory::Reimport ( UObject * Obj)
overridevirtual

UAtomCueSheetFactory, UAtomWaveBankFactoryで再実装されています。

◆ SetReimportPaths()

void UAtomSoundBankFactory::SetReimportPaths ( UObject * Obj,
const TArray< FString > & NewReimportPaths )
overridevirtual

メンバ詳解

◆ ReimportSoundBank

TObjectPtr<UAtomSoundBank> UAtomSoundBankFactory::ReimportSoundBank
protected

このクラス詳解は次のファイルから抽出されました: