#include <WheelSegment.h>
◆ GetSegmentData()
FRadialSegmentData SegmentData
Definition WheelSegment.h:58
◆ Initialize()
| bool UWheelSegment::Initialize |
( |
| ) |
|
|
overrideprotectedvirtual |
12{
13 const bool Success = Super::Initialize();
15 if (!ensure(
Overlay !=
nullptr))
return false;
16 if (!ensure(
Image !=
nullptr))
return false;
20 return true;
21}
class UOverlay * Overlay
Definition WheelSegment.h:39
class UTextBlock * DescriptionTextBlock
Definition WheelSegment.h:45
class UImage * Image
Definition WheelSegment.h:41
class UOverlay * DescriptionOverlay
Definition WheelSegment.h:48
class UTextBlock * TitleTextBlock
Definition WheelSegment.h:43
◆ NativeConstruct()
| void UWheelSegment::NativeConstruct |
( |
| ) |
|
|
overrideprotectedvirtual |
29{
30 Super::NativeConstruct();
31}
◆ NativePreConstruct()
| void UWheelSegment::NativePreConstruct |
( |
| ) |
|
|
overrideprotectedvirtual |
24{
25 Super::NativePreConstruct();
26}
◆ OnDataSet()
| void UWheelSegment::OnDataSet |
( |
const FRadialSegmentData & | Data, |
|
|
const bool | bDescription ) |
|
protected |
◆ OnSelected()
| void UWheelSegment::OnSelected |
( |
const bool | bValue | ) |
|
|
protected |
◆ SetIndex()
| void UWheelSegment::SetIndex |
( |
const int32 | Value | ) |
|
|
inline |
int32 Index
Definition WheelSegment.h:51
◆ SetSegmentData()
35{
38 {
40 }
42 {
44 }
46 {
48 }
50}
void OnDataSet(const FRadialSegmentData &Data, const bool bDescription)
bool bShowDescription
Definition WheelSegment.h:55
UTexture2D * Icon
Definition RadialWheelData.h:82
FString Description
Definition RadialWheelData.h:80
FString Name
Definition RadialWheelData.h:78
◆ SetSelected()
| void UWheelSegment::SetSelected |
( |
const bool | bValue | ) |
|
65{
68}
bool bSelected
Definition WheelSegment.h:53
void OnSelected(const bool bValue)
◆ SetShowDescription()
| void UWheelSegment::SetShowDescription |
( |
const bool | bValue | ) |
|
53{
57 {
59 return;
60 }
62}
◆ bSelected
| bool UWheelSegment::bSelected = false |
|
protected |
◆ bShowDescription
| bool UWheelSegment::bShowDescription = false |
|
protected |
◆ DescriptionOverlay
| class UOverlay* UWheelSegment::DescriptionOverlay = nullptr |
|
protected |
◆ DescriptionTextBlock
| class UTextBlock* UWheelSegment::DescriptionTextBlock = nullptr |
|
protected |
◆ Image
| class UImage* UWheelSegment::Image = nullptr |
|
protected |
◆ Index
| int32 UWheelSegment::Index = -1 |
|
protected |
◆ Overlay
| class UOverlay* UWheelSegment::Overlay = nullptr |
|
protected |
◆ SegmentData
◆ TitleTextBlock
| class UTextBlock* UWheelSegment::TitleTextBlock = nullptr |
|
protected |
The documentation for this class was generated from the following files:
- T:/Unreal/Unreal Projects/SpaceAdventure52/SpaceAdventure/Plugins/BaseHelpers/Source/BaseHelpers/Public/Widgets/WheelSegment.h
- T:/Unreal/Unreal Projects/SpaceAdventure52/SpaceAdventure/Plugins/BaseHelpers/Source/BaseHelpers/Private/Widgets/WheelSegment.cpp