This commit is contained in:
Arnaud Jamin
2023-11-07 01:36:00 -05:00
@@ -55,7 +55,7 @@ public:
virtual int32 OnPaint(const FPaintArgs& Args, const FGeometry& AllottedGeometry, const FSlateRect& MyClippingRect, FSlateWindowElementList& OutDrawElements, int32 LayerId, const FWidgetStyle& WidgetStyle, bool bParentEnabled) const override;
virtual FVector2D ComputeDesiredSize(float Scale) const override;
ULocalPlayer* SCogImguiWidget::GetLocalPlayer() const;
ULocalPlayer* GetLocalPlayer() const;
float GetDpiScale() const { return DpiScale; }