9#include "NamedSlotInterface.generated.h"
16UINTERFACE(meta=( CannotImplementInterfaceInBlueprint ), MinimalAPI)
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define UINTERFACE(...)
Definition ObjectMacros.h:780
#define GENERATED_IINTERFACE_BODY(...)
Definition ObjectMacros.h:770
#define GENERATED_UINTERFACE_BODY(...)
Definition ObjectMacros.h:769
Definition NameTypes.h:617
Definition NamedSlotInterface.h:23
UMG_API bool ContainsContent(UWidget *Content) const
Definition NamedSlotInterface.cpp:13
UMG_API void ReleaseNamedSlotSlateResources(bool bReleaseChildren)
Definition NamedSlotInterface.cpp:34
UMG_API FName FindSlotForContent(UWidget *Content) const
Definition NamedSlotInterface.cpp:18
virtual void SetContentForSlot(FName SlotName, UWidget *Content)=0
virtual void GetSlotNames(TArray< FName > &SlotNames) const =0
virtual UWidget * GetContentForSlot(FName SlotName) const =0
Definition Interface.h:19
Definition NamedSlotInterface.h:18