Logo
Explore Help
Sign In
izzy/UnrealEngineUWP
0
0
Fork 0
You've already forked UnrealEngineUWP
mirror of https://github.com/izzy2lost/UnrealEngineUWP.git synced 2026-03-26 18:15:20 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
e59338fcbb052d40802ffaf991924b2aebf04341
UnrealEngineUWP/Engine/Plugins/Slate/SlateScripting/Source/SlateScriptingCommands/Private/SlateScriptingCommandsModule.cpp

13 lines
281 B
C++
Raw Normal View History

Adding SlateScripting plugin, SlateScriptingCommands module and UICommandsScriptingSubsystem to register commands dynamically within existing UI Command LIsts through scripting. Sequencer, Curve Editor, Content Browser, Main Frame, Level Editor and Level Viewports are currently the only systems exposing the command lists. #jira UE-118789 #ROBOMERGE-AUTHOR: anatole.menichetti #ROBOMERGE-SOURCE: CL 17735664 in //UE5/Main/... #ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v879-17706426) [CL 17735675 by anatole menichetti in ue5-release-engine-test branch]
2021-10-06 11:07:42 -04:00
// Copyright Epic Games, Inc. All Rights Reserved.
#include "SlateScriptingCommandsModule.h"
void FSlateScriptingCommandsModule::StartupModule()
{
}
void FSlateScriptingCommandsModule::ShutdownModule()
{
}
Fix SlateSriptingCommand module - Compilation error in CL 17735741 #ROBOMERGE-AUTHOR: anatole.menichetti #ROBOMERGE-SOURCE: CL 17741914 in //UE5/Main/... #ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v879-17706426) [CL 17741933 by anatole menichetti in ue5-release-engine-test branch]
2021-10-06 17:30:08 -04:00
IMPLEMENT_MODULE(FSlateScriptingCommandsModule, SlateScriptingCommands)
Reference in New Issue Copy Permalink
Powered by Gitea Page: 282ms Template: 8ms
English
English
Licenses API