void FGridBasedEditor::StartupModule()
{
UE_LOG(LogGridBasedEditor, Log, TEXT("Grid Based Editor Logging has Started"));
}
I can find documentation registering FEdMode but I am using UEdMode. and when i go to register it the EM_ID wont work.
Should I be using FEdMode or UEdMode? I am trying to create a custom editor to edit grid chunks.
Any help appreciated.