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:
nick darnell
2019-02-16 02:17:38 -05:00
parent 101cca3195
commit 2917627601

View File

@@ -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);