Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for UE4.25.1 #14

Open
wants to merge 29 commits into
base: master
Choose a base branch
from
Open

Fix for UE4.25.1 #14

wants to merge 29 commits into from

Conversation

RobQuistNL
Copy link

Forked from Squareys, thus including those commits.

Squareys and others added 27 commits May 19, 2018 16:01
Makes the plugin compatible with UE 4.19.

Signed-off-by: Squareys <[email protected]>
Signed-off-by: Squareys <[email protected]>
Signed-off-by: Squareys <[email protected]>
Signed-off-by: Squareys <[email protected]>
Allows queries like `SELECT last_insert_rowid()` after an insert, which
would otherwise always return 0 because the state is reset with open
and close.

Signed-off-by: Squareys <[email protected]>
Loads of warnings for over 200 symbols along the lines of

> is not defined as a preprocessor macro, replacing with '0' for '#if/#elif'

prevented compilation because that warning is treaded as an error as
of UE4.20.

Signed-off-by: Squareys <[email protected]>
Signed-off-by: Squareys <[email protected]>
Signed-off-by: Squareys <[email protected]>
Avoids a clash with similar methods from UObject base class.

Signed-off-by: Squareys <[email protected]>
Signed-off-by: Squareys <[email protected]>
@Luque346
Copy link

Luque346 commented Aug 1, 2020

Hello :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants