mirror of
https://github.com/Ed94/Cog.git
synced 2026-06-13 00:01:37 -07:00
Merge branch 'main' of https://github.com/arnaud-jamin/Cog
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user