[SUPPORT] ArchViz Explorer

i have issue with left click with the mouse on run time which it doesnt work and doesnt orbit about the main pawn if u can help me i will appreciate that

Hi!
Did you change any blueprints?
When I had similar problem, it was becuase I changed something with “Set input mode to UI only” and/or “Set input mode to game and UI”. These are called when gallery opens and closes respectively. Maybe you changed something there? Master Menu also calls the “open gallery” and “close gallery” functions, you can check that as well.
Or the problem can be with “explorer pawn”, you could try reverting them, or copying them back from the original project.

If you didn’t change anything, then I have no idea what could cause the problem.

Hi!
I wanted to ask if anyone tried to make this project VR compatible, how hard it is and how it is done.
Thanks in advance!

i have one doubt
how to add images in gallery section?

1 Like

Scale your Poi to 1,1,1

Hello. When I use the BP_roadtool, I’m able to create splines, but I see no road or light poles. Please help me. Great product by the way.

Hello @KarlDetroit
How can I increase the size of the buttons in order to make them more visible to Android or IOS Phone?

Your project is great. It helps a lot, thank you.
Is there any way to make POI icons and text always visible even when I zoom far out?

I dont think this is meant to happen if I understand correctly, The road tool is more to create ‘fake’ lighting when in night mode.

The BP_POI actor has a set of 3D-widget options; 3D Widget Opacity Far, Close, 3D Widget Opacity Fade Start and End Distance. Play with these to get the result you want.

hello, I couldn’t find how to change the photos and videos in the gallery.

Hello, is there any way to add a full screen icon for the apartment gallery section?
For example to add a plan picture so i can make it larger (full screen mode)?
Hope for your help.

1 Like

Hi, thanks for the great tutorial, wonder to know how can I animate the “Mask Radius Enabled” of the BP_Route, I have tried to drag & drog the BP_Route onto the sequencer and seems I cannot drag & drog the “Mask Radius Enabled” parameter onto the sequencer. Could you please point me out, thanks in advance and sorry fo my bad English

Hello! Thank you for the great work you have done. I have a very important question. I can’t find a way to save - there is no save button but the DEMO version had a save function. HOW TO SOLVE THIS PROBLEM???
tqvm

Hi everyone! I want to start by saying that it is an excellent plugin!

I’ve been practicing Unreal, I’m pretty new so far I haven’t had any problems with the plugin, but I haven’t been able to understand the “Section View” thing when I click on the button and the building is deconstructed.

Could you give me a hint on how to do it?

Thanks a looooot!

How did you manage to get it to work? can you send me a screenshot, I’m a total beginner in blueprints.
thanks

Hello there!
I have a question regarding importing csv files as DataTable in Unreal Engine 5
In Archviz, as shown in the screenshot, you are able to have custom format data table imported from csv files.
But in my project, when I import a csv file, ure5 forces me into one of their DataTable formats and modifies the file content.
Could someone tell me how to import a raw csv file as is?


image

Hi i want to integrate a data table with GIS (data come from OSM) is it possible? thank you !

Hi before create a data table you should create a structure, (you can finde it under RC Blueprint/structure) you must create structe same as your scv, then you can creat your data table and select your structure (with the name you ve put inside)

I created a struct that looks like this


Then I imported a csv file with matching column headers and use the struct I created as row struct
Screenshot 2023-08-09 081244
However, URE5 only maps the “Date” column and tells me that the “Name” column is not found. It went on to create a column “Row Name” and put my “Name” column under it. (See screenshot)
Screenshot 2023-08-09 081059
Could you help me out please? Why is URE not mapping certain columns? Thank you!


I put this code and this error comes up. How to fix please?