Navigation
API > API/Plugins > API/Plugins/MetaHumanSDKEditor
Widget used to display a combo button that displays MetaHuman authentication menu options.
| Name | SMetaHumanAuthenticationMenuButton |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanSDK/Source/MetaHumanSDKEditor/Public/UI/SMetaHumanAuthenticationMenuButton.h |
| Include Path | #include "UI/SMetaHumanAuthenticationMenuButton.h" |
Syntax
class SMetaHumanAuthenticationMenuButton : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SMetaHumanAuthenticationMenuButton
- FSlateControlledConstruction → SWidget → SCompoundWidget → SMetaHumanAuthenticationMenuButton
Structs
| Name | Remarks |
|---|---|
| FArguments |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| AuthenticationMenuName | const FName | The name identifier of the authentication menu. | UI/SMetaHumanAuthenticationMenuButton.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Constructs the widget. | UI/SMetaHumanAuthenticationMenuButton.h |