fix error with keyboard hit

This commit is contained in:
morden
2016-01-16 11:35:38 -05:00
parent 243df717f6
commit fb662a21c5

View File

@@ -127,7 +127,7 @@ FSessionsSearchSetting UAdvancedSessionsLibrary::MakeLiteralSessionSearchPropert
return setting;
}
FSessionPropertyKeyPair UAdvancedSessionsLibrary::MakeLiteralSessionPropertyByte(FName Ket8 Value)
FSessionPropertyKeyPair UAdvancedSessionsLibrary::MakeLiteralSessionPropertyByte(FName Key, uint8 Value)
{
FSessionPropertyKeyPair Prop;
Prop.Key = Key;