#include <AtomSoundBankEditorToolkit.h>
|
| virtual void | PostRedo (bool bSuccess) override |
| virtual void | PostUndo (bool bSuccess) override |
◆ FAtomSoundBankEditorToolkit()
| FAtomSoundBankEditorToolkit::FAtomSoundBankEditorToolkit |
( |
| ) |
|
◆ ~FAtomSoundBankEditorToolkit()
| virtual FAtomSoundBankEditorToolkit::~FAtomSoundBankEditorToolkit |
( |
| ) |
|
|
virtualdefault |
◆ AddReferencedObjects()
| void FAtomSoundBankEditorToolkit::AddReferencedObjects |
( |
FReferenceCollector & | Collector | ) |
|
|
overridevirtual |
◆ CloseWindow()
| bool FAtomSoundBankEditorToolkit::CloseWindow |
( |
| ) |
|
|
overridevirtual |
◆ GetBaseToolkitName()
| FText FAtomSoundBankEditorToolkit::GetBaseToolkitName |
( |
| ) |
const |
|
overridevirtual |
◆ GetEditorName()
| FName FAtomSoundBankEditorToolkit::GetEditorName |
( |
| ) |
const |
|
overridevirtual |
◆ GetReferencerName()
| virtual FString FAtomSoundBankEditorToolkit::GetReferencerName |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetSnapLabelOrientation()
| EOrientation FAtomSoundBankEditorToolkit::GetSnapLabelOrientation |
( |
| ) |
const |
|
private |
Get the orientation for the snap value controls.
◆ GetToolkitFName()
| FName FAtomSoundBankEditorToolkit::GetToolkitFName |
( |
| ) |
const |
|
overridevirtual |
◆ GetToolkitName()
| FText FAtomSoundBankEditorToolkit::GetToolkitName |
( |
| ) |
const |
|
overridevirtual |
◆ GetToolkitToolTipText()
| FText FAtomSoundBankEditorToolkit::GetToolkitToolTipText |
( |
| ) |
const |
|
overridevirtual |
◆ GetWorldCentricTabColorScale()
| FLinearColor FAtomSoundBankEditorToolkit::GetWorldCentricTabColorScale |
( |
| ) |
const |
|
overridevirtual |
◆ GetWorldCentricTabPrefix()
| FString FAtomSoundBankEditorToolkit::GetWorldCentricTabPrefix |
( |
| ) |
const |
|
overridevirtual |
◆ Initialize()
| void FAtomSoundBankEditorToolkit::Initialize |
( |
const EToolkitMode::Type | Mode, |
|
|
const TSharedPtr< IToolkitHost > & | InitToolkitHost, |
|
|
UAtomSoundBank * | SoundBankToEdit ) |
◆ NotifyPostChange() [1/2]
| void FAtomSoundBankEditorToolkit::NotifyPostChange |
( |
const FPropertyChangedEvent & | PropertyChangedEvent, |
|
|
FEditPropertyChain * | PropertyThatChanged ) |
|
overridevirtual |
◆ NotifyPostChange() [2/2]
| void FAtomSoundBankEditorToolkit::NotifyPostChange |
( |
const FPropertyChangedEvent & | PropertyChangedEvent, |
|
|
FProperty * | PropertyThatChanged ) |
|
overridevirtual |
◆ OnBankSelectionChanged()
| void FAtomSoundBankEditorToolkit::OnBankSelectionChanged |
( |
const TArray< UObject * > & | NewSelection | ) |
|
|
private |
Called when bank selection is modified in bank browser
◆ OnSoundSelectionChanged()
| void FAtomSoundBankEditorToolkit::OnSoundSelectionChanged |
( |
const TArray< UObject * > & | NewSelection | ) |
|
|
private |
Called when bank selection is modified in sound browser
◆ PostRedo()
| void FAtomSoundBankEditorToolkit::PostRedo |
( |
bool | bSuccess | ) |
|
|
overrideprotectedvirtual |
◆ PostUndo()
| void FAtomSoundBankEditorToolkit::PostUndo |
( |
bool | bSuccess | ) |
|
|
overrideprotectedvirtual |
◆ RegisterTabSpawners()
| void FAtomSoundBankEditorToolkit::RegisterTabSpawners |
( |
const TSharedRef< FTabManager > & | TabManager | ) |
|
|
overridevirtual |
◆ SpawnTab_BankBrowser()
| TSharedRef< SDockTab > FAtomSoundBankEditorToolkit::SpawnTab_BankBrowser |
( |
const FSpawnTabArgs & | Args | ) |
|
|
private |
Spawns the tab to list the sounds in the bank
◆ SpawnTab_Properties()
| TSharedRef< SDockTab > FAtomSoundBankEditorToolkit::SpawnTab_Properties |
( |
const FSpawnTabArgs & | Args | ) |
|
|
private |
Spawns the tab allowing for editing/viewing details panel
◆ SpawnTab_SoundBrowser()
| TSharedRef< SDockTab > FAtomSoundBankEditorToolkit::SpawnTab_SoundBrowser |
( |
const FSpawnTabArgs & | Args | ) |
|
|
private |
Spawns the tab to list the sounds in the bank
◆ SpawnTab_SoundProperties()
| TSharedRef< SDockTab > FAtomSoundBankEditorToolkit::SpawnTab_SoundProperties |
( |
const FSpawnTabArgs & | Args | ) |
|
|
private |
Spawns the tab allowing for editing/viewing the sound selected in the sound browser
◆ UnregisterTabSpawners()
| void FAtomSoundBankEditorToolkit::UnregisterTabSpawners |
( |
const TSharedRef< FTabManager > & | TabManager | ) |
|
|
overridevirtual |
◆ AppIdentifier
| const FName FAtomSoundBankEditorToolkit::AppIdentifier |
|
staticprivate |
Settings Editor App Identifier
◆ BankBrowserTabId
| const FName FAtomSoundBankEditorToolkit::BankBrowserTabId |
|
staticprivate |
◆ PropertiesTabId
| const FName FAtomSoundBankEditorToolkit::PropertiesTabId |
|
staticprivate |
◆ PropertiesView
| TSharedPtr<IDetailsView> FAtomSoundBankEditorToolkit::PropertiesView |
|
private |
◆ SoundBank
| TStrongObjectPtr<UAtomSoundBank> FAtomSoundBankEditorToolkit::SoundBank |
|
private |
◆ SoundBrowser
◆ SoundBrowserTabId
| const FName FAtomSoundBankEditorToolkit::SoundBrowserTabId |
|
staticprivate |
◆ SoundPropertiesTabId
| const FName FAtomSoundBankEditorToolkit::SoundPropertiesTabId |
|
staticprivate |
◆ SoundPropertiesView
| TSharedPtr<IDetailsView> FAtomSoundBankEditorToolkit::SoundPropertiesView |
|
private |
Selected sounds Properties tab
このクラス詳解は次のファイルから抽出されました: