User reported that they are unable to save assets after running tests: https://answers.unrealengine.com/questions/742429/cannot-save-or-change-assets-after-running-a-autom.html
IMPLEMENT_SIMPLE_AUTOMATION_TEST(FWaitTest, "Repro.WaitTest", EAutomationTestFlags::EditorContext | EAutomationTestFlags::ProductFilter)
bool FWaitTest::RunTest(const FString& Parameters)
{{{}}
{{ ADD_LATENT_AUTOMATION_COMMAND(FWaitLatentCommand(360.f));}}
{{ return true;}}
}
RESULT: Blueprint does not save, and is still marked dirty
EXPECTED: Blueprint can save and dirty flag is removed.
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-53777 in the post.
0 |
Component | UE - Automation Test |
---|---|
Affects Versions | 4.17 |
Created | Jan 5, 2018 |
---|---|
Resolved | Aug 18, 2021 |
Updated | Aug 18, 2021 |
4951 - projectgheist |