10#include "VerticalBox.generated.h"
21UCLASS(meta = (ShortTooltip =
"A layout panel for automatically laying child widgets out vertically"), MinimalAPI)
29 UFUNCTION(BlueprintCallable, Category=
"Panel")
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define UFUNCTION(...)
Definition ObjectMacros.h:745
#define GENERATED_UCLASS_BODY(...)
Definition ObjectMacros.h:768
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition SharedPointer.h:692
Definition SharedPointer.h:153
Definition PanelSlot.h:13
Definition VerticalBoxSlot.h:18
virtual UMG_API void ReleaseSlateResources(bool bReleaseChildren) override
Definition VerticalBoxSlot.cpp:23
Definition VerticalBox.h:23
TSharedPtr< class SVerticalBox > MyVerticalBox
Definition VerticalBox.h:50