You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
14 lines
392 B
C++
14 lines
392 B
C++
|
|
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
|
||
|
|
|
||
|
|
#include "SizeMapModule.h"
|
||
|
|
#include "SizeMapActions.h"
|
||
|
|
|
||
|
|
#define LOCTEXT_NAMESPACE ""
|
||
|
|
|
||
|
|
void FSizeMapActions::RegisterCommands()
|
||
|
|
{
|
||
|
|
// @todo sizemap: Register any commands we have here
|
||
|
|
// UI_COMMAND(DoSomething, "Do Something", "Did something tooltip.", EUserInterfaceActionType::Button, FInputChord());
|
||
|
|
}
|
||
|
|
|
||
|
|
#undef LOCTEXT_NAMESPACE
|