Credits widget.
More...
#include <CreditsWidget.h>
◆ UCreditsWidget()
| UCreditsWidget::UCreditsWidget |
( |
const FObjectInitializer & |
ObjectInitializer | ) |
|
◆ AddCreditText()
| void UCreditsWidget::AddCreditText |
( |
| ) |
|
|
protected |
◆ CloseCredits()
| void UCreditsWidget::CloseCredits |
( |
| ) |
|
◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE() [1/2]
| UCreditsWidget::DECLARE_DYNAMIC_MULTICAST_DELEGATE |
( |
FOnCreditsClose |
| ) |
|
◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE() [2/2]
| UCreditsWidget::DECLARE_DYNAMIC_MULTICAST_DELEGATE |
( |
FOnCreditsFinished |
| ) |
|
◆ IsFinished()
| FORCEINLINE bool UCreditsWidget::IsFinished |
( |
| ) |
const |
|
inline |
◆ NativeConstruct()
| void UCreditsWidget::NativeConstruct |
( |
| ) |
|
|
virtual |
◆ NativeOnInitialized()
| void UCreditsWidget::NativeOnInitialized |
( |
| ) |
|
|
overridevirtual |
◆ NativeTick()
| void UCreditsWidget::NativeTick |
( |
const FGeometry & |
MyGeometry, |
|
|
float |
InDeltaTime |
|
) |
| |
|
virtual |
◆ OnSkipPress()
| void UCreditsWidget::OnSkipPress |
( |
| ) |
|
|
protected |
◆ ScrollTheBox()
| void UCreditsWidget::ScrollTheBox |
( |
float |
InDeltaTime | ) |
|
◆ SetBodyTextColor()
| void UCreditsWidget::SetBodyTextColor |
( |
FColor |
Color | ) |
|
◆ SetBodyTextFont()
| void UCreditsWidget::SetBodyTextFont |
( |
FSlateFontInfo |
Font | ) |
|
◆ SetTitleTextColor()
| void UCreditsWidget::SetTitleTextColor |
( |
FColor |
Color | ) |
|
◆ SetTitleTextFont()
| void UCreditsWidget::SetTitleTextFont |
( |
FSlateFontInfo |
Font | ) |
|
◆ SynchronizeProperties()
| void UCreditsWidget::SynchronizeProperties |
( |
| ) |
|
|
overridevirtual |
◆ ActivatableWidget
| UCommonActivatableWidgetContainerBase* UCreditsWidget::ActivatableWidget |
◆ ActivatableWidgetToOpen
| TSubclassOf<UCommonActivatableWidget> UCreditsWidget::ActivatableWidgetToOpen |
◆ bCloseOnFinish
| bool UCreditsWidget::bCloseOnFinish |
◆ bFinished
| bool UCreditsWidget::bFinished |
◆ bHasSkipButton
| bool UCreditsWidget::bHasSkipButton |
Whether or not has the skip button.
◆ BodyLines
| TArray<UTextBlock*> UCreditsWidget::BodyLines |
◆ BodyTextMargin
| FMargin UCreditsWidget::BodyTextMargin |
◆ CanvasPanel
| UCanvasPanel* UCreditsWidget::CanvasPanel |
◆ Justification
| TEnumAsByte<ETextJustify::Type> UCreditsWidget::Justification |
Credits text justification.
◆ OnCreditsClose
| FOnCreditsClose UCreditsWidget::OnCreditsClose |
◆ OnCreditsFinished
| FOnCreditsFinished UCreditsWidget::OnCreditsFinished |
◆ ScrollBox
| UScrollBox* UCreditsWidget::ScrollBox |
◆ ScrollSpeed
| float UCreditsWidget::ScrollSpeed |
◆ SectionBodyTextColor
| FColor UCreditsWidget::SectionBodyTextColor |
◆ SectionBodyTextFont
| FSlateFontInfo UCreditsWidget::SectionBodyTextFont |
◆ Sections
◆ SectionsBoxes
| TArray<UVerticalBox*> UCreditsWidget::SectionsBoxes |
◆ SectionsMargin
| FMargin UCreditsWidget::SectionsMargin |
◆ SectionTitleTextColor
| FColor UCreditsWidget::SectionTitleTextColor |
◆ SectionTitleTextFont
| FSlateFontInfo UCreditsWidget::SectionTitleTextFont |
◆ SkipButton
| UButton* UCreditsWidget::SkipButton |
◆ SkipType
| ESkipTypes UCreditsWidget::SkipType |
◆ TitleLines
| TArray<UTextBlock*> UCreditsWidget::TitleLines |
◆ TitleTextMargin
| FMargin UCreditsWidget::TitleTextMargin |