mirror of
https://github.com/mordentral/AdvancedSessionsPlugin.git
synced 2025-10-23 00:14:24 +00:00
fix error with keyboard hit
This commit is contained in:
@@ -127,7 +127,7 @@ FSessionsSearchSetting UAdvancedSessionsLibrary::MakeLiteralSessionSearchPropert
|
|||||||
return setting;
|
return setting;
|
||||||
}
|
}
|
||||||
|
|
||||||
FSessionPropertyKeyPair UAdvancedSessionsLibrary::MakeLiteralSessionPropertyByte(FName Ket8 Value)
|
FSessionPropertyKeyPair UAdvancedSessionsLibrary::MakeLiteralSessionPropertyByte(FName Key, uint8 Value)
|
||||||
{
|
{
|
||||||
FSessionPropertyKeyPair Prop;
|
FSessionPropertyKeyPair Prop;
|
||||||
Prop.Key = Key;
|
Prop.Key = Key;
|
||||||
|
Reference in New Issue
Block a user