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
A partner is unable to compile on Windows using UE 5.3.2 and our plugin version v1.4.0 for UE5.3
This call is failing - inside SequenceRPCManager::GetPluginVersion const TSharedPtr Plugin = IPluginManager::Get().FindPlugin(TEXT("SequencePlugin"));
This call was included added with the v1.4.0 release, the partner said it worked for them using 1.3.0
The text was updated successfully, but these errors were encountered:
colezemind
Successfully merging a pull request may close this issue.
A partner is unable to compile on Windows using UE 5.3.2 and our plugin version v1.4.0 for UE5.3
This call is failing - inside SequenceRPCManager::GetPluginVersion
const TSharedPtr Plugin = IPluginManager::Get().FindPlugin(TEXT("SequencePlugin"));
This call was included added with the v1.4.0 release, the partner said it worked for them using 1.3.0
The text was updated successfully, but these errors were encountered: