Skip to content

Instantly share code, notes, and snippets.

@jkinz3
Created July 29, 2018 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkinz3/18107ce84bd1c67955e1ac65afd8d786 to your computer and use it in GitHub Desktop.
Save jkinz3/18107ce84bd1c67955e1ac65afd8d786 to your computer and use it in GitHub Desktop.
#pragma once
#include "Framework/Commands/Commands.h"
#define LOCTEXT_NAMESPACE "GeoEditorCommands"
class FGeoEditorCommands : public TCommands<FGeoEditorCommands>
{
public:
TSharedPtr<FUICommandInfo> AlignBrushVerticesToGrid;
virtual void RegisterCommands() override;
};
#undef LOCTEXT_NAMESPACE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment