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

代码联想不完全生成 #652

Open
amian3 opened this issue Oct 7, 2023 · 0 comments
Open

代码联想不完全生成 #652

amian3 opened this issue Oct 7, 2023 · 0 comments

Comments

@amian3
Copy link

amian3 commented Oct 7, 2023

有些蓝图代码联想无法通过【生成智能提示】生成,推测是因为UnluaIntelliSenseGenerator.cpp中的这个函数:
bool FUnLuaIntelliSenseGenerator::IsBlueprint(const FAssetData& AssetData) { const FName AssetClass = AssetData.AssetClass; return AssetClass == UBlueprint::StaticClass()->GetFName() || AssetClass == UWidgetBlueprint::StaticClass()->GetFName(); }
FAssetData的AssetClass已经失效了,也许改成AssetData.AssetClassPath.GetAssetName()可以解决。

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

No branches or pull requests

1 participant