Merging //UE4/Dev-Main to Dev-Mobile (//UE4/Dev-Mobile)

#rb None
#jira 0

[CL 5396125 by Jack Porter in Dev-Mobile branch]
This commit is contained in:
Jack Porter
2019-03-14 00:59:16 -04:00
parent 0507eaf772
commit 9d2ebe90d2
21046 changed files with 2740661 additions and 599033 deletions

View File

@@ -29,6 +29,7 @@ public:
// ISourceCodeAccessModule interface
virtual bool CanAccessSourceCode() const override;
virtual bool CanCompileSourceCode() const override;
virtual ISourceCodeAccessor& GetAccessor() const override;
virtual void SetAccessor(const FName& InName) override;
virtual FLaunchingCodeAccessor& OnLaunchingCodeAccessor() override;
@@ -43,6 +44,9 @@ private:
/** Handle when one of the modular features we are interested in is unregistered */
void HandleModularFeatureUnregistered(const FName& Type, IModularFeature* ModularFeature);
/** Checks if a source code accessor with the given name is available */
bool IsSourceCodeAccessorAvailable(FName Name) const;
private:
/** Event delegate fired when launching code accessor. */