INamedSlotInterface

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Components/NamedSlotInterface.h

Include

#include "Components/NamedSlotInterface.h"

Syntax

class INamedSlotInterface

Functions

Name Description

Public function Const

bool

 

ContainsContent

(
    UWidget* Content
)

Public function Const

UWidget *...

 

GetContentForSlot

(
    FName SlotName
)

Public function Const

void

 

GetSlotNames

(
    TArray< FName >& SlotNames
)

Public function

void

 

ReleaseNamedSlotSlateResources

(
    bool bReleaseChildren
)

Public function

void

 

SetContentForSlot

(
    FName SlotName,
    UWidget* Content
)

Public function

void

 

SetNamedSlotDesignerFlags

(
    EWidgetDesignFlags NewFlags
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss