oculus-samples / Unreal-InteractionSDK-Sample

Sample projects to showcase the Meta XR Interaction SDK plugin.
Other
5 stars 1 forks source link

ISDK Interactable Widget Only Works as Level Instance? #2

Open gabryelx opened 2 days ago

gabryelx commented 2 days ago

My design prefers that I integrate an ISDKInteractiveWidget component and menu into my player blueprint, I can set everything up with regards to that and the widget appears as it should however none of the interaction seems to function. It seems only when I drag an ISDKInteractiveWidget into the game level and set it up like that will it work, which I find very limiting. Am I missing a setting so am able to accomplish this? I have gone through the tutorials but it only addresses dragging it into the level.

Thanks in advance, I've been waiting a long time for this!

gabryelx commented 2 days ago

I have also attempted to add the ISDKInteractableWidget as a child actor but that also doesn't seem to work. I'm not sure what the functional difference between the ISDKInteractableWidget and ISDKInteractableWidgetComponent are but there does seem to be one.

gabryelx commented 2 days ago

Repro Steps: