You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user