im looking to scale the tracking only and leaving the skeletal mesh normal, but doing so means objects you grab inherit your reduced or increased scale
As in positional? Because it won’t actually effect “scale”, motion controllers are always 1.0f scaled. You can set a custom pivot component and attach it to the mesh and move it with it if you need too to “fake” the full scale and just skip the motion controllers actual relative.
It kind of sounds like you are looking more for a secondary camera though, like in the template during out of body locomotion. Which has some issues, because just “scaling down” or moving the perspective doesn’t actually “scale perspective”.
Hi, the rendering of BluePrint properties that appears in HUD doing reflect is a feature of your Plugin ???
how could I render the properties of my BluePrint on HUD?
Huh? As in a debug list?
Trying not to start up anything big right before 4.22 launch so I got around to fixing up the open input module more and finished the parent bone space setup.
[quote=“, post:3084, topic:68709”]
Trying not to start up anything big right before 4.22 launch so I got around to fixing up the open input module more and finished the parent bone space setup.
wow those knuckles are nice,
Do you know how to correct a body IK hands to the correct positions when gripping a object? been trying using the two bone ik then transforming the hand bone using a bonespace offset, which works but clips the hand into the forearm
[quote=“Rareden, post:3085, topic:68709”]
change the target location instead for the IK rather than post offsetting the bone.
Video going over setup of the open input module and linking to it.
Might as well make the module public since there is a need currently.
[https://bitbucket.org//openinputmodule
[video]https://i.imgur.com/KQ05516.gifv[/video]](https://bitbucket.org//openinputmodule)
[quote=“, post:3086, topic:68709”]
having trouble getting my head around combing those 2 transforms. Do i need to turn the offset into worldspace and compose it to the worldspace of the objects socket?
[quote=“Rareden, post:3088, topic:68709”]
Pretty sure that I saw Yurik reply directly to you about , even with a specific variable name, I am not entirely familiar with his IK system.
Added a new game to the use cases: Out Of Ammo
It is an older title but recently scrapped its gripping system and merged in the plugins in its place, no idea if other parts are currently in use.
Added a website where I will be moving a lot of the stuff from OP and filling out more complete tutorials and documentation.
It should be a much more flexible interface for information.
I have a weird problem with example project. It works perfectly on VR Preview, but after packaging it works only on left eye. The only way to fix I found so far is to disable stereo rendering via console command (vr.bEnableStereo 0) and then enable it again. It appears only on project - basic VR project is working. It also doesn’t work only on my PC, tried on two others - works like a charm.
What headset are you using and what engine version? I saw someone run into that with one of their unrelated projects, I don’t remember what they did to fix it but it was a base engine issue.
Tried on UE 4.21 and 4.22. Testing on Dell Visor and Samsung Odyssey. It’s really weird since packaged project have troubles only on particular PC so far. It’s only minor problem (I don’t have to debug on machine, but it’s kinda annoying to work like ).
Oh…you are on the WMR native plugin right? Its not exactly production ready yet.
- thanks so much for the plugin. I’m jumping into it for the first time now. Is there any way to join a server using the FPS_Vive pawn? I can’t seem to activate the ‘Search’ or ‘Join’ buttons on the 3DMenu with the FPS Pawn. Thanks!
Press L for laser and left/right click on the buttons.
Ah, not sure how I missed that. Thanks so much! One more question… When I package the game and run it with Steam open, I don’t see the Steam overlay in the bottom right. I’ve checked the DefautlEngine.ini and the SteamSubsystem is enabled, so I’m not quite sure where the issue lies. It also cannot find the hosted game on my other computer. Any idea what the issue might be? Thanks again!
EDIT: It looks like the issue was that it was set to ‘Shipping’ build instead of "Development’. Good to go!
I’m having trouble figuring out how to get VOIP working. Should it just work when you talk or is there a push to speak function? Looked through the assets but couldn’t seem to find . I’m connecting through Steam which is working perfectly now, just can’t hear each other. I made sure inputs and outputs in Windows were correct and picking up signals. Any info would be awesome, thanks!
EDIT: Just got working. Found that push-to-talk was enabled by default in VR Expansion and saw in your ‘Advanced Sessions’ thread that required setting ‘Start Network Voice’ and ‘Stop Network Voice’ nodes.
Hey there! Thank you very much for your library. It’s helped me prototype rapidly and learn a lot about ue4.
I have run into an issue that I’d like to show you really quickly. I’m at a point in my code where I want to modify your library (to extend an interface and to experiment with making attachments generic), but the issue that I’m running into is that whenever I change any code in your plugin I get an error and nothing will compile.
For example, even if I add a commented out line (as seen here in sourcetree)
[ATTACH=JSON]{“data-align”:“none”,“data-size”:“full”,“data-tempid”:“temp_160817_1553818660263_296”}[/ATTACH]
https://forums.unrealengine.com/core/image/gif;base64
I get crazy error:
[ATTACH=JSON]{“data-align”:“none”,“data-size”:“full”,“data-tempid”:“temp_160818_1553818691440_452”}[/ATTACH]
https://forums.unrealengine.com/core/image/gif;base64
I am not very sure what that’s about. Removing my commented line lets everything compile just fine. I figured I should clense my project of all binaries, intermediates, derived data caches so I did that – for my project and for the individual plugins. That didn’t work.
I really do appreciate your time and thank you for reading!