Chrizey91/RuntimeMeshLoader

UE 4.26.2 Compiled--RML_PlayerController Error: unknown function Toggle Menu

Closed this issue · 9 comments

it happen in ue4.25.4 too

Hi both, I am unable to reproduce this error, even with the same Unreal Engine version (v. 4.25.4).
To me, however, this looks like a simple fix as there seem to be just the references missing.

In your top image (Level Blueprint) select RMLUserWidget as the Class.
In your lower image (RML_PlayerController) select RMLUserWidget as the Class again.

Afterwards this should be fixed. Let me know if this works.
If not, please provide clear steps to reproduce the error.

Greetings

1、Your solution about frist problem.It works.
image
2、The second problem.it doen't work.
image

Hi @maytom2016,
you inserted RML List Entry, however, it should be RML User Widget.
Let me know if that fixes it.

Greetings

I can't find it
image

Ok, this at least explains the problem: You are missing a class.

I will dig into it later today when I am at home and let you know if I find a solution.

The class should be located at "RuntimeMeshLoader/Content/Example/UI/".

@Chrizey91 thank you for your works.This project has been very really helpful to me.If not, I could still be googling forever.

Hey @maytom2016,
sorry for not coming back to you yesterday. I wasn't able to reproduce the bug then.

However, I think, today I was finally able to reproduce it and pushed an update that should (hopefully) fix it.
You can either download the whole plugin again, or simply replacte the old RML_UserWidget.uasset file with the new one. You will find the file at [GameRootFolder]/Plugins/RuntimeMeshLoader/Content/Example/UI

Let me know if this fixes it for you!

thank you for your works.This project has been very really helpful to me.If not, I could still be googling forever

I cannot express how happy this makes me to know other people love and use the stuff that I created! :)

Greetings

Well,After I download the whole plugin again.And rebuild project.Then put the file folder
\RuntimeMeshLoader\Resources\gun into C:\Users\PCusername\Documents\RuntimeMeshLoader\gun as fbx resources.
run RML_ExampleMap in viewport.it works very well.I guess The problem have been solved.@Chrizey91 Thank you again for your selfless dedication.
image