Skip to content

Commit

Permalink
Removed project settings and toolbar button from the plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuggins14 committed Jun 2, 2022
1 parent d5e12bb commit d9fb648
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 455 deletions.
6 changes: 0 additions & 6 deletions GRILLDISForUnreal.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@
"Name": "DISRuntime",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [ "Win64"]
},
{
"Name": "DISEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"WhitelistPlatforms": [ "Win64" ]
}
],
Expand Down
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@
- This actor stores the DIS Enumeration to class mappings and other various DIS information.
- More information on the actor itself can be found in the **DIS Game Manager section** below

# Project Settings

- Access the GRILL DIS for Unreal project settings by clicking on the 'GRILL DIS' button in the Level Editor toolbar or go to Project Settings > GRILL DIS.
- There are currently no settings inside of the DIS project settings.

![DISProjectSettingsButton](Resources/ReadMeImages/DISProjectSettingsButton.png)

# UDP Subsystem

- The UDP Subsystem is what is used to control UDP socket connections.
Expand Down
Binary file removed Resources/ReadMeImages/DISProjectSettingsButton.png
Binary file not shown.
37 changes: 0 additions & 37 deletions Source/DISEditor/DISEditor.Build.cs

This file was deleted.

102 changes: 0 additions & 102 deletions Source/DISEditor/Private/DISEditor.cpp

This file was deleted.

12 changes: 0 additions & 12 deletions Source/DISEditor/Private/DISEditorCommands.cpp

This file was deleted.

71 changes: 0 additions & 71 deletions Source/DISEditor/Private/DISEditorStyle.cpp

This file was deleted.

20 changes: 0 additions & 20 deletions Source/DISEditor/Private/DISEnumerationMappingsFactory.cpp

This file was deleted.

28 changes: 0 additions & 28 deletions Source/DISEditor/Public/DISEditor.h

This file was deleted.

23 changes: 0 additions & 23 deletions Source/DISEditor/Public/DISEditorCommands.h

This file was deleted.

31 changes: 0 additions & 31 deletions Source/DISEditor/Public/DISEditorStyle.h

This file was deleted.

33 changes: 0 additions & 33 deletions Source/DISEditor/Public/DISEnumerationMappingsFactory.h

This file was deleted.

Loading

0 comments on commit d9fb648

Please sign in to comment.