Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/TSlateDecl
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSlateDecl && Expose
(
TSharedPtr< ExposeAsWidgetType >& OutVarToInit |
Initialize OutVarToInit with the widget that is being constructed. | Widgets/DeclarativeSyntaxSupport.h | |
TSlateDecl && Expose
(
TSharedRef< ExposeAsWidgetType >& OutVarToInit |
Initialize OutVarToInit with the widget that is being constructed. | Widgets/DeclarativeSyntaxSupport.h | |
TSlateDecl && Expose
(
TWeakPtr< ExposeAsWidgetType >& OutVarToInit |
Initialize a WEAK OutVarToInit with the widget that is being constructed. | Widgets/DeclarativeSyntaxSupport.h |
Expose(TSharedPtr< ExposeAsWidgetType > &)
Description
Initialize OutVarToInit with the widget that is being constructed.
| Name | Expose |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h |
| Include Path | #include "Widgets/DeclarativeSyntaxSupport.h" |
template<class ExposeAsWidgetType>
TSlateDecl && Expose
(
TSharedPtr < ExposeAsWidgetType > & OutVarToInit
)
See Also
- SAssignNew
Expose(TSharedRef< ExposeAsWidgetType > &)
Description
Initialize OutVarToInit with the widget that is being constructed.
| Name | Expose |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h |
| Include Path | #include "Widgets/DeclarativeSyntaxSupport.h" |
template<class ExposeAsWidgetType>
TSlateDecl && Expose
(
TSharedRef < ExposeAsWidgetType > & OutVarToInit
)
See Also
- SAssignNew
Expose(TWeakPtr< ExposeAsWidgetType > &)
Description
Initialize a WEAK OutVarToInit with the widget that is being constructed.
| Name | Expose |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h |
| Include Path | #include "Widgets/DeclarativeSyntaxSupport.h" |
template<class ExposeAsWidgetType>
TSlateDecl && Expose
(
TWeakPtr < ExposeAsWidgetType > & OutVarToInit
)
See Also
- SAssignNew