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

Copying to Dev-Main @ CL# 4688301

#rb none

[CL 4707991 by James Hopkin in Dev-Networking branch]
This commit is contained in:
James Hopkin
2019-01-11 02:57:03 -05:00
parent 32daf5c1d2
commit 235137b0cc
1237 changed files with 61567 additions and 18624 deletions

View File

@@ -61,6 +61,10 @@ void FScriptBlueprintCompiler::CreateClassVariablesFromBlueprint()
{
PinCategory = UEdGraphSchema_K2::PC_Int;
}
else if (Field.Class->IsChildOf(UInt64Property::StaticClass()))
{
PinCategory = UEdGraphSchema_K2::PC_Int64;
}
else if (Field.Class->IsChildOf(UBoolProperty::StaticClass()))
{
PinCategory = UEdGraphSchema_K2::PC_Boolean;