We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting an error condition soon as I start the game:
c Ensure condition failed: !IsValid(this) [File:G:\GitHub\GASShooter\Source\GASShooter\Private\Characters\Abilities\AbilityTasks\GSAT_WaitTargetDataUsingActor.cpp] [Line: 208]
The text was updated successfully, but these errors were encountered:
FWIW, replacing exception handling if block on line 209 with this solved the problem for me.
if (!ensure(IsPendingKill() == false)) { return; }
https://github.com/tranek/GASShooter/blob/master/Source/GASShooter/Private/Characters/Abilities/AbilityTasks/GSAT_WaitTargetDataUsingActor.cpp
Sorry, something went wrong.
Forget about this, it lead to packaging errors with Dedicated server setup.
Fix for the issue: #46
No branches or pull requests
Getting an error condition soon as I start the game:
c Ensure condition failed: !IsValid(this) [File:G:\GitHub\GASShooter\Source\GASShooter\Private\Characters\Abilities\AbilityTasks\GSAT_WaitTargetDataUsingActor.cpp] [Line: 208]
The text was updated successfully, but these errors were encountered: