mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
27 lines
614 B
C++
27 lines
614 B
C++
#include "FortPlayerProfileBannerEditor.h"
|
|
|
|
void UFortPlayerProfileBannerEditor::SetBannerIcon(const FName& Icon) {
|
|
}
|
|
|
|
void UFortPlayerProfileBannerEditor::SetBannerColor(const FName& Color) {
|
|
}
|
|
|
|
void UFortPlayerProfileBannerEditor::RefreshBannerEditor_Implementation() {
|
|
}
|
|
|
|
|
|
|
|
void UFortPlayerProfileBannerEditor::HandleEditorDeactivated() {
|
|
}
|
|
|
|
void UFortPlayerProfileBannerEditor::HandleEditorActivated() {
|
|
}
|
|
|
|
void UFortPlayerProfileBannerEditor::CommitChosenIconAndColor() {
|
|
}
|
|
|
|
UFortPlayerProfileBannerEditor::UFortPlayerProfileBannerEditor() {
|
|
this->ProfileToSave = ESaveProfileForBanners::SaveTheWorld;
|
|
}
|
|
|