v1.2.26
Documentation for the Unreal C++ Plugin
Loading...
Searching...
No Matches
ControlsReminderWidget.h
Go to the documentation of this file.
1
// Copyright(c) Pixo Group. All Rights Reserved.
2
3
#pragma once
4
5
#include "CoreMinimal.h"
6
#include "
UI/BasicWidget.h
"
7
#include "ControlsReminderWidget.generated.h"
8
9
class
UImage;
10
class
UTextBlock;
11
15
UCLASS()
16
class PIXOCORE_API
UControlsReminderWidget
: public
UBasicWidget
17
{
18
GENERATED_BODY()
19
20
public:
25
virtual
void
Init(
UBasicWidgetInfo
* WidgetInfo) override;
26
27
protected:
28
UPROPERTY(BlueprintReadWrite, Meta = (BindWidget))
29
UImage* DeviceImage;
30
31
private:
37
void
SetImage(UImage* Image, UTexture2D* Texture) const;
38
};
BasicWidget.h
UBasicWidget
Base class for user widgets in the PixoCore module.
Definition
BasicWidget.h:24
UBasicWidget::Init
virtual void Init(UBasicWidgetInfo *WidgetInfo)
Initializes the widget with the provided widget information.
Definition
BasicWidget.cpp:16
UBasicWidgetInfo
UDataAsset class representing basic widget information.
Definition
UIData.h:56
UControlsReminderWidget
Controls reminder widget in the PixoCore module.
Definition
ControlsReminderWidget.h:19
UControlsReminderWidget::GENERATED_BODY
GENERATED_BODY()
UControlsReminderWidget::DeviceImage
UImage * DeviceImage
UPROPERTY(BlueprintReadWrite, Meta = (BindWidget))
Definition
ControlsReminderWidget.h:34
PixoCore
Source
PixoCore
Public
UI
ControlsReminder
ControlsReminderWidget.h
Generated
Wed Oct 9 2024 19:40:17
by Doxygen version
1.10.0