You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Testing - removing a function from the functional testing manager that has no implementation.
#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: nick.darnell
#ROBOMERGE-SOURCE: CL 4925685 via CL 4925704 via CL 4925990 via CL 4926017 via CL 4927614 via CL 4935842
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim)
[CL 5021040 by nick darnell in Dev-Anim branch]
This commit is contained in:
@@ -54,9 +54,6 @@ class UFunctionalTestingManager : public UBlueprintFunctionLibrary
|
||||
void SetLooped(const bool bNewLooped) { bLooped = bNewLooped; }
|
||||
|
||||
void TickMe(float DeltaTime);
|
||||
|
||||
private:
|
||||
void LogMessage(const FString& MessageString, TSharedPtr<IMessageLogListing> LogListing = NULL);
|
||||
|
||||
protected:
|
||||
static UFunctionalTestingManager* GetManager(UObject* WorldContext);
|
||||
|
||||
Reference in New Issue
Block a user