Files
FNGameProj/Source/FortniteGame/Private/FortGameViewportClient.cpp
T
2024-03-03 23:44:39 +01:00

9 lines
238 B
C++

#include "FortGameViewportClient.h"
void UFortGameViewportClient::SetViewportSize(int32 ControllerId, float OriginX, float OriginY, float SizeX, float SizeY, const float Time) {
}
UFortGameViewportClient::UFortGameViewportClient() {
}