Skip to content

Commit 0829853

Browse files
author
Roberto De Ioris
committed
improved FPointerEvent
1 parent 1940a76 commit 0829853

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/UnrealEnginePython/Private/Slate/UEPyFPointerEvent.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ static int ue_py_fpointer_event_init(ue_PyFPointerEvent *self, PyObject *args, P
103103
}
104104

105105
TSet<FKey> keys;
106+
keys.Add(FKey(effecting));
106107

107108
FModifierKeysState modifier;
108109
if (py_modifier)

0 commit comments

Comments
 (0)