BluePrints

Blueprint Interfaces

Communication between the pawn and various controller blueprints is accomplished via blueprint interface functions which are contained in Content/VRDemo_Assets/Blueprints/Motion_Controller_Interface_BP. The only function of this blueprint is to pass variables back and forth. Barring unusual applications, this should not need to be modified.

For more information on blueprint interfaces, please visit the Unreal Engine Blueprint Interface Documentation.