![]() |
Touch Interface Designer 2025.2
Create touch interface with a visual editor and manage all mobile inputs like gestures
|
#include <FlipbookLayer.h>


Public Member Functions | |
| UFlipbookLayer () | |
| virtual TSharedRef< SWidget > | CreateWidgetInstance () override |
| virtual void | BeginDestroy () override |
| virtual void | Initialize (TObjectPtr< ULayoutComponent > Component) override |
| virtual BlueprintPure float | GetAnimationPhase () const |
| virtual BlueprintPure float | GetFlipbookOpacity () const |
| virtual void | SetBrush (const FSlateBrush InBrush) override |
| virtual BlueprintCallable void | SetAnimationPhase (const float Value) |
| virtual BlueprintCallable void | SetFlipbookOpacity (const float InOpacity) |
| virtual BlueprintCallable void | SetFlipbookTexture (UTexture2D *InTexture) |
| virtual BlueprintCallable void | SetGridSize (const FVector2D Value) |
| virtual BlueprintCallable void | SetFlipbookSpeed (const float Value) |
| virtual BlueprintCallable void | SetAutoAnimation (const bool bEnable) |
| Public Member Functions inherited from UComponentDecorator | |
| UComponentDecorator () | |
| virtual bool | CanAcceptChildren () |
| bool | IsInGroup () const |
| TSharedRef< SWidget > | GetWidget (const bool bForceReconstruct=true) |
| const TObjectPtr< ULayoutComponent > & | GetOwner () const |
| TObjectPtr< UComponentDecoratorGroup > | GetGroup () const |
| bool | EjectFromParent () |
| BlueprintPure FVector2D | GetSize () const |
| BlueprintPure FVector2D | GetAbsoluteSize () const |
| virtual BlueprintPure float | GetMaxHorizontalSize (bool bRecursive=false) const |
| virtual BlueprintPure float | GetMaxVerticalSize (bool bRecursive=false) const |
| BlueprintPure FVector2D | GetOffset () const |
| BlueprintPure float | GetRotation () const |
| BlueprintPure FSlateBrush | GetBrush () const |
| virtual BlueprintCallable void | SetBrushResource (UObject *Resource) |
| virtual BlueprintCallable void | SetBrushOpacity (const float Value) |
| virtual BlueprintCallable void | SetSize (const FVector2D Value) |
| virtual BlueprintCallable void | SetOffset (FVector2D NewOffset) |
| virtual BlueprintCallable void | SetRotation (float Angle) |
| virtual BlueprintCallable void | SetDrawType (const EDrawType NewType) |
| virtual BlueprintCallable float | AddRotationDelta (float Delta) |
| virtual BlueprintCallable UMaterialInstanceDynamic * | GetDynamicMaterialInstance () |
| virtual BlueprintCallable void | ShowDecorator () |
| virtual BlueprintCallable void | HideDecorator () |
| virtual BlueprintCallable bool | IsVisible () const |
Public Attributes | |
| Category ="Flipbook" | |
| BlueprintCallable | |
| EditAnywhere | |
| BlueprintReadOnly | |
| meta | |
| Public Attributes inherited from UComponentDecorator | |
| Category ="Decorator" | |
| BlueprintCallable | |
| EditAnywhere | |
| BlueprintReadOnly uint8 | bStartHidden:1 |
| BlueprintReadOnly FSlateBrush | Brush |
| BlueprintReadOnly | |
| meta | |
| BlueprintReadOnly FVector2D | Offset |
| BlueprintReadOnly float | Rotation |
| BlueprintReadOnly EDrawType | DrawType |
| BlueprintReadOnly int32 | ZOrder |
| BlueprintReadOnly TEnumAsByte< EHorizontalAlignment > | HorizontalAlignment |
| BlueprintReadOnly TEnumAsByte< EVerticalAlignment > | VerticalAlignment |
| Instanced TArray< TObjectPtr< UComponentDecorator_Animation > > | Animations |
Additional Inherited Members | |
| Protected Member Functions inherited from UComponentDecorator | |
| virtual void | HandleOnPressEvent (const FGeometry &ComponentGeometry, const FGeometry &LayoutGeometry, const FPointerEvent &PointerEvent) |
| virtual void | HandleOnReleaseEvent (const FGeometry &ComponentGeometry, const FGeometry &LayoutGeometry, const FPointerEvent &PointerEvent) |
| Protected Attributes inherited from UComponentDecorator | |
| uint8 | bIsVisible:1 |
| uint8 | bGeneratedByLayoutComponentLogic:1 |
| TObjectPtr< ULayoutComponent > | Owner |
| TSharedPtr< SWidget > | DecoratorWidget |
| UFlipbookLayer::UFlipbookLayer | ( | ) |
|
overridevirtual |
Reimplemented from UComponentDecorator.
|
overridevirtual |
Create widget
Reimplemented from UComponentDecorator.
|
inlinevirtual |
|
virtual |
|
overridevirtual |
Reimplemented from UComponentDecorator.
|
virtual |
|
virtual |
|
overridevirtual |
Reimplemented from UComponentDecorator.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| UFlipbookLayer::BlueprintCallable |
| UFlipbookLayer::BlueprintReadOnly |
| UFlipbookLayer::Category ="Flipbook" |
| UFlipbookLayer::EditAnywhere |
| UFlipbookLayer::meta |