Fix a few more initialization order issues.

[CL 2084930 by Dmitry Rekman in Main branch]
This commit is contained in:
Dmitry Rekman
2014-05-29 16:59:32 -04:00
committed by UnrealBot
parent 8236a483eb
commit c48546ff63
3 changed files with 4 additions and 4 deletions

View File

@@ -634,7 +634,7 @@ struct BLUEPRINTGRAPH_API FEdGraphSchemaAction_K2Graph : public FEdGraphSchemaAc
{}
FEdGraphSchemaAction_K2Graph (EEdGraphSchemaAction_K2Graph::Type InType, const FString& InNodeCategory, const FText& InMenuDesc, const FString& InToolTip, const int32 InGrouping)
: FEdGraphSchemaAction(InNodeCategory, InMenuDesc, InToolTip, InGrouping), EdGraph(NULL), GraphType(InType)
: FEdGraphSchemaAction(InNodeCategory, InMenuDesc, InToolTip, InGrouping), GraphType(InType), EdGraph(NULL)
{}
// FEdGraphSchemaAction interface