| AddDecorator(UComponentDecorator *Decorator) | ULayoutComponent | |
| AddDecoratorByClass(TSubclassOf< UComponentDecorator > DecoratorClass, const FName Name) | ULayoutComponent | |
| AllowPositionModification() const | ULayoutComponent | inline |
| AllowSizeModification() const | ULayoutComponent | inline |
| bAllowLocationModification | ULayoutComponent | |
| bAllowSizeModification | ULayoutComponent | |
| bConsumeInput | ULayoutComponent | |
| BeginDestroy() override | ULayoutComponent | virtual |
| BeginEditDecorator(const FName LayerName) | ULayoutComponent | |
| bIsVisible | ULayoutComponent | |
| BlueprintCallable | ULayoutComponent | |
| BlueprintReadOnly | ULayoutComponent | |
| bOptimizeRendering | ULayoutComponent | |
| bRecenterOnTouch | ULayoutComponent | |
| CanInteract() const | ULayoutComponent | virtual |
| CanRecenter() const | ULayoutComponent | inline |
| Category | ULayoutComponent | |
| ComponentWidget | ULayoutComponent | protected |
| ConsumeInput() const | ULayoutComponent | inline |
| ContainDecorator(UObject *LayerObject) | ULayoutComponent | |
| ContainDecoratorClass(TSubclassOf< UComponentDecorator > Class) | ULayoutComponent | |
| ContainDecoratorName(const FName Name, bool bRecursive=false) | ULayoutComponent | |
| CurrentSizeScale | ULayoutComponent | protected |
| Decorators | ULayoutComponent | |
| DesignLocation | ULayoutComponent | |
| DesignSize | ULayoutComponent | |
| DisableInput() | ULayoutComponent | |
| EditAnywhere | ULayoutComponent | |
| EnableInput() | ULayoutComponent | |
| EndEditDecorator() | ULayoutComponent | |
| GetAlignment() const | ULayoutComponent | inline |
| GetAllDecoratorNames(bool bRecursive) | ULayoutComponent | |
| GetAllDecorators(bool bRecursive) | ULayoutComponent | |
| GetAnchor() const | ULayoutComponent | inline |
| GetAnchorOffset() const | ULayoutComponent | inline |
| GetCollapsedLayer() | ULayoutComponent | |
| GetComponentAngle() const | ULayoutComponent | inline |
| GetComponentGeometry() | ULayoutComponent | virtual |
| GetComponentLocalLocation() const | ULayoutComponent | virtual |
| GetComponentLocation() const | ULayoutComponent | virtual |
| GetComponentMaxOffset() const | ULayoutComponent | inlinevirtual |
| GetComponentOffset() const | ULayoutComponent | inline |
| GetComponentSize() const | ULayoutComponent | |
| GetComponentSizeScale() const | ULayoutComponent | inline |
| GetComponentTopLeftLocation() | ULayoutComponent | virtual |
| GetDecoratorAsBlur(const FName LayerName) | ULayoutComponent | |
| GetDecoratorAsFlipbook(const FName LayerName) | ULayoutComponent | |
| GetDecoratorAsGroup(const FName LayerName) | ULayoutComponent | |
| GetDecoratorAsProgressBar(const FName LayerName) | ULayoutComponent | |
| GetDecoratorAsText(const FName LayerName) | ULayoutComponent | |
| GetDecoratorAsWidget(const FName LayerName) | ULayoutComponent | |
| GetDecoratorByIndex(const int32 Index) | ULayoutComponent | |
| GetDecoratorByName(const FName Name, bool bRecursive) | ULayoutComponent | |
| GetDecoratorIndex(const FName Name) | ULayoutComponent | |
| GetGroup() | ULayoutComponent | |
| GetInputPriority() const | ULayoutComponent | inline |
| GetInteractionShape() const | ULayoutComponent | inline |
| GetInteractionSize() const | ULayoutComponent | inline |
| GetLayoutTopLeftCenterLocation() const | ULayoutComponent | virtual |
| GetLayoutTopLeftLocation() const | ULayoutComponent | virtual |
| GetLayoutTopLeftLocationAtAlignment(FVector2D AtAlignment) | ULayoutComponent | virtual |
| GetOffsetFromCenter() const | ULayoutComponent | inline |
| GetOpacity() const | ULayoutComponent | inline |
| GetParent() const | ULayoutComponent | |
| GetParentSize() const | ULayoutComponent | |
| GetTouchInterfaceLayout() const | ULayoutComponent | |
| GetTouchInterfaceWidget() const | ULayoutComponent | inline |
| GetWidgetInstance() const | ULayoutComponent | inlinevirtual |
| HitPixel(const FVector2D NormalizedPosition, const float AlphaTolerance=0) | ULayoutComponent | |
| InsertDecoratorAt(UComponentDecorator *Decorator, int32 Index) | ULayoutComponent | |
| InsertDecoratorByClassAt(TSubclassOf< UComponentDecorator > DecoratorClass, FName Name, int32 Index) | ULayoutComponent | |
| InteractionShape | ULayoutComponent | |
| IsChild() const | ULayoutComponent | virtual |
| IsConsumeInput() const | ULayoutComponent | inline |
| IsInPortraitMode() const | ULayoutComponent | inline |
| IsInputEnabled() | ULayoutComponent | |
| IsPressed() const | ULayoutComponent | virtual |
| IsUnderLocation(const FVector2D AbsoluteLocation) | ULayoutComponent | virtual |
| IsVisible() | ULayoutComponent | virtual |
| LayoutModifierOffset | ULayoutComponent | protected |
| Logic | ULayoutComponent | |
| LogicCompInstance | ULayoutComponent | protected |
| MaxCenterOffset | ULayoutComponent | |
| MaxSizeScale | ULayoutComponent | |
| meta | ULayoutComponent | |
| OffsetFromCenter | ULayoutComponent | protected |
| PortraitOffset | ULayoutComponent | |
| RebuildDecorators() const | ULayoutComponent | virtual |
| Recenter(const FVector2D LayoutPosition=FVector2D::ZeroVector) | ULayoutComponent | virtual |
| RemoveDecoratorAt(const int32 Index) | ULayoutComponent | |
| RemoveDecoratorByName(const FName Name) | ULayoutComponent | |
| ResetPosition() | ULayoutComponent | virtual |
| SetAnchor(const FAnchors NewAnchor) | ULayoutComponent | |
| SetAnchorOffset(const FVector4f NewAnchorOffset) | ULayoutComponent | virtual |
| SetComponentAlignment(const FVector2D NewAlignment) | ULayoutComponent | virtual |
| SetComponentAnchorPreset(const EAnchorPosition Anchor) | ULayoutComponent | virtual |
| SetComponentAngle(const float Value) | ULayoutComponent | virtual |
| SetComponentLocalLocation(const FVector2D NewLocation) | ULayoutComponent | virtual |
| SetComponentLocation(const FVector2D NewLocation) | ULayoutComponent | virtual |
| SetComponentOffset(const FVector2D InCenterOffset) | ULayoutComponent | inline |
| SetComponentPortraitOffset(const FVector2D NewOffset) | ULayoutComponent | virtual |
| SetComponentSize(const FVector2D NewSize) | ULayoutComponent | virtual |
| SetComponentSizeScale(const FVector2D NewSizeScale) | ULayoutComponent | virtual |
| SetComponentVisibility(const bool bVisible) | ULayoutComponent | virtual |
| SetConsumeInput(const bool Value) | ULayoutComponent | inline |
| SetInputPriority(const int32 NewPriority) | ULayoutComponent | |
| SetInteractionSize(const float Value) | ULayoutComponent | |
| SetLogic(const TSubclassOf< UComponentLogic > NewLogicClass) | ULayoutComponent | |
| SetOpacity(const float Value) | ULayoutComponent | inline |
| SetPortraitMode(const bool bEnable) | ULayoutComponent | |
| SetSize(const FVector2D Value) | ULayoutComponent | |
| SetTopLeftLocation(const FVector2D Value) | ULayoutComponent | |
| TakeWidget(SConstraintCanvas::FSlot *WidgetSlot, TSharedPtr< STouchInterface > LayoutWidget, ULocalPlayer *LocalPlayer, TSharedPtr< SLayoutComponent > InParent=nullptr) | ULayoutComponent | virtual |
| TopLeftLocation | ULayoutComponent | protected |
| TouchInterfaceWidget | ULayoutComponent | protected |
| ULayoutComponent() | ULayoutComponent | |
| UpdateScaleFactor(const FGeometry &LayoutGeometry, const float &ScaleFactor) | ULayoutComponent | virtual |