コード例 #1
0
        public void SetReportingInterface(DeployTimeReportingInterface InReporter)
        {
//            System.Threading.Thread.Sleep(10000);

            ReportIF = InReporter;
        }
コード例 #2
0
ファイル: DeployTime.cs プロジェクト: kidaa/UnrealEngineVR
        public void SetReportingInterface(DeployTimeReportingInterface InReporter)
        {
            //            System.Threading.Thread.Sleep(10000);

            ReportIF = InReporter;
        }
コード例 #3
0
 public void SetReportingInterface(DeployTimeReportingInterface InReporter)
 {
     Deployer.SetReportingInterface(InReporter);
 }
コード例 #4
0
		public void SetReportingInterface(DeployTimeReportingInterface InReporter)
		{
			Deployer.SetReportingInterface(InReporter);
		}