mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
28 lines
537 B
C++
28 lines
537 B
C++
#include "FortItemView.h"
|
|
|
|
void UFortItemView::UnregisterInputActions() {
|
|
}
|
|
|
|
void UFortItemView::SetSettings(const FFortItemViewSettings& Settings) {
|
|
}
|
|
|
|
void UFortItemView::SetSceneComponentToAffect(USceneComponent* Component) {
|
|
}
|
|
|
|
void UFortItemView::SetOwningPanel(UCommonActivatablePanel* Panel) {
|
|
}
|
|
|
|
void UFortItemView::RestoreInitialTransform() {
|
|
}
|
|
|
|
void UFortItemView::RegisterInputActions() {
|
|
}
|
|
|
|
FFortItemViewSettings UFortItemView::GetSettings() const {
|
|
return FFortItemViewSettings{};
|
|
}
|
|
|
|
UFortItemView::UFortItemView() {
|
|
}
|
|
|