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

Take account of any core redirects for the blueprint classes we want to scan. #32

Merged
merged 2 commits into from
Feb 20, 2024

Conversation

markdotai
Copy link
Contributor

I noticed that we had some class redirects set up in DefaultEngine.ini, e.g.:

+ClassRedirects=(OldName="TempAbilityCrouch",NewName="AbilityCrouch")

And we had some blueprint classes which were child classes of the old name and had not yet been recompiled and saved (to force them to update to the new redirected name).
And these blueprint classes were not showing up via VisualStudioTools.

I don't know what the "/Script/CoreUObject.Class" section is in the class name strings - but it seems required and seems to work ...

Take account of any core redirects for the blueprint classes we want to scan.
Copy link
Contributor

@hnrqbaggio hnrqbaggio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the contribution @markdotai!
There are a few small adjustments that would be interesting to make. Let us know if you have any questions.

Improvements to the core redirects asset filter building
@markdotai markdotai requested a review from hnrqbaggio February 16, 2024 14:39
Copy link
Contributor

@hnrqbaggio hnrqbaggio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you for the contribution!

@hnrqbaggio
Copy link
Contributor

@markdotai it seems you need to confirm the CLA before I merge the changes. Not sure why it's asking again you you've contributed that other PR already, but can you try to run the steps the bot is requesting again?

@markdotai
Copy link
Contributor Author

@microsoft-github-policy-service agree company="Smilegate Barcelona S.L."

@hnrqbaggio hnrqbaggio merged commit baf20f3 into microsoft:main Feb 20, 2024
1 check passed
@markdotai
Copy link
Contributor Author

Thanks @hnrqbaggio! :)

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.

2 participants