Work around for get player controller in Construction Script

After upgrading to Unreal 4.8, I am having problems with the VR template.

In the ContextMenu blueprint, the Get Player Controller in the construction script throws a compile error.

Function 'Get Player Controller" is unsafe to call in a construction script.

Also In the ExplorationCharacter blueprint, the Set Master Pose Component in the construction script throws a compile error.

Function ‘Set Master Pose Component’ is unsafe to call in a construction script.

Is there a work around?

Thanks

I’ve seen the same problems. Currently, these are just warnings, so it is not a blocking issue, but I would be interested in better understanding what exactly the problem is.