mirror of
https://github.com/mordentral/AdvancedSessionsPlugin.git
synced 2025-10-23 08:24:18 +00:00
fix error with keyboard hit
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user