Skip to content

Instantly share code, notes, and snippets.

@BrodyHiggerson
Created January 12, 2016 10:00
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 BrodyHiggerson/04b5c877e1eae645f00c to your computer and use it in GitHub Desktop.
Save BrodyHiggerson/04b5c877e1eae645f00c to your computer and use it in GitHub Desktop.
#include "YOUR_GAME_NAME.h"
#include "AutomationTest.h"
IMPLEMENT_SIMPLE_AUTOMATION_TEST(FHotReloadExampleTest, "Test.MyCategoriesHere", (EAutomationTestFlags::ApplicationContextMask | EAutomationTestFlags::SmokeFilter))
bool FHotReloadExampleTest::RunTest(const FString& Parameters)
{
UE_LOG(LogTemp, Warning, TEXT("Before Hot-Reload"));
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment