mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-03 04:23:31 +00:00
13 lines
224 B
C++
13 lines
224 B
C++
#include "FortItemTransform.h"
|
|
|
|
void UFortItemTransform::ProcessPendingSeenTransformKeys() {
|
|
}
|
|
|
|
|
|
void UFortItemTransform::LogSelectedKey(const UFortItem* SelectedKey) const {
|
|
}
|
|
|
|
UFortItemTransform::UFortItemTransform() {
|
|
}
|
|
|