You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Copying //UE4/Dev-Core [at] 4771952 to Dev-Main (//UE4/Dev-Main)
#rb none #lockdown Nick.Penwarden #ROBOMERGE-OWNER: ryan.gerleve #ROBOMERGE-AUTHOR: robert.manuszewski #ROBOMERGE-SOURCE: CL 4772220 in //UE4/Main/... #ROBOMERGE-BOT: ENGINE (Main -> Dev-Networking) [CL 4782699 by robert manuszewski in Dev-Networking branch]
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
|
||||
///-------------------------------------------------------------
|
||||
|
||||
FScriptBlueprintCompiler::FScriptBlueprintCompiler(UScriptBlueprint* SourceSketch, FCompilerResultsLog& InMessageLog, const FKismetCompilerOptions& InCompilerOptions, TArray<UObject*>* InObjLoaded)
|
||||
: Super(SourceSketch, InMessageLog, InCompilerOptions, InObjLoaded)
|
||||
FScriptBlueprintCompiler::FScriptBlueprintCompiler(UScriptBlueprint* SourceSketch, FCompilerResultsLog& InMessageLog, const FKismetCompilerOptions& InCompilerOptions)
|
||||
: Super(SourceSketch, InMessageLog, InCompilerOptions)
|
||||
, NewScriptBlueprintClass(NULL)
|
||||
, ContextProperty(NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user