DRG-Femboy-Voice/Source/FSD/Public/FSDCustomDPIScalingRule.h
2025-04-15 12:39:31 -07:00

12 lines
278 B
C++
Executable file

#pragma once
#include "CoreMinimal.h"
#include "Engine/DPICustomScalingRule.h"
#include "FSDCustomDPIScalingRule.generated.h"
UCLASS(Blueprintable)
class UFSDCustomDPIScalingRule : public UDPICustomScalingRule {
GENERATED_BODY()
public:
UFSDCustomDPIScalingRule();
};