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

9 lines
283 B
C++

#include "ARScreenCaptureComponent.h"
void UARScreenCaptureComponent::UpdateScreenProjectionMatrix(const FVector& ViewLocation, const FVector& PlaneLocation, const FRotator& PlaneRotation, const FVector2D& PlaneSize) {
}
UARScreenCaptureComponent::UARScreenCaptureComponent() {
}