Navigation
API > API/Plugins > API/Plugins/VPRolesEditor
| Name | FVPRolesEditorModule |
| Type | class |
| Header File | /Engine/Plugins/Experimental/VirtualProduction/VPRoles/Source/VPRolesEditor/Public/VPRolesEditorModule.h |
| Include Path | #include "VPRolesEditorModule.h" |
Syntax
class FVPRolesEditorModule : public IModuleInterface
Implements Interfaces
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AddRoleEditableBoxWeakPtr | TWeakPtr< class SEditableTextBox > | Holds the editable text box widget, used to update the text box's error message. | VPRolesEditorModule.h | |
| bShowAddRoleTextBox | bool | Whether to show the add role textbox. | VPRolesEditorModule.h | |
| DefaultTagSourceConfigName | FString | The file name for the default vp role tag source. | VPRolesEditorModule.h | |
| GameplayTagsWidget | TWeakPtr< class SGameplayTagWidget > | Holds the widget generated by the GameplayTags editor module. | VPRolesEditorModule.h |
Functions
Public
Overridden from IModuleInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ShutdownModule() |
VPRolesEditorModule.h | ||
virtual void StartupModule() |
VPRolesEditorModule.h |