diff options
| author | ivey <[email protected]> | 2020-07-02 21:43:31 -0400 |
|---|---|---|
| committer | ivey <[email protected]> | 2020-07-02 21:43:31 -0400 |
| commit | a30eb37ddd71c6b958000af35506085d263e6934 (patch) | |
| tree | 23e61a0c5d5e52e03e6082a6bbf24735451c572a | |
| parent | Edits for clarity and minor formatting. (diff) | |
| download | ugcexample-a30eb37ddd71c6b958000af35506085d263e6934.tar.xz ugcexample-a30eb37ddd71c6b958000af35506085d263e6934.zip | |
Cleaned up ugly include path.
| -rw-r--r-- | Plugins/SimpleUGC/Source/SimpleUGCEditor/Public/SimpleUGCPluginWizardDefinition.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/SimpleUGC/Source/SimpleUGCEditor/Public/SimpleUGCPluginWizardDefinition.h b/Plugins/SimpleUGC/Source/SimpleUGCEditor/Public/SimpleUGCPluginWizardDefinition.h index 9543a27..b35c390 100644 --- a/Plugins/SimpleUGC/Source/SimpleUGCEditor/Public/SimpleUGCPluginWizardDefinition.h +++ b/Plugins/SimpleUGC/Source/SimpleUGCEditor/Public/SimpleUGCPluginWizardDefinition.h @@ -3,7 +3,7 @@ #pragma once // Depends on code from the plugin browser to work correctly -#include "../../../../Plugins/Editor/PluginBrowser/Source/PluginBrowser/Public/IPluginWizardDefinition.h" +#include "IPluginWizardDefinition.h" class FSimpleUGCPluginWizardDefinition : public IPluginWizardDefinition { |