VR Expansion Plugin

Hi ,

FYI, if you try and package the template with inclusive nativization enabled then you get these errors.



UATHelper: Packaging (Windows (64-bit)): Cook: LogInit: Display: LogBlueprintCodeGen: Error: BP /Game/VRExpansion/FirstPerson/SliderMenu/ConsoleCommandSliderActor.ConsoleCommandSliderActor is selected for nativization, but it cannot be nativized because it currently implements an interface class (/Script/VRExpansionPlugin.VRGripInterface) that declares one o
r more pure virtual functions.
UATHelper: Packaging (Windows (64-bit)): Cook: LogInit: Display: LogBlueprintCodeGen: Error: BP /Game/VRExpansion/Vive/Testing/ConsoleOutput.ConsoleOutput is selected for nativization, but it cannot be nativized because it currently implements an interface class (/Script/VRExpansionPlugin.VRGripInterface) that declares one or more pure virtual functions.
UATHelper: Packaging (Windows (64-bit)): Cook: LogInit: Display: LogBlueprintCodeGen: Error: BP /Game/VRExpansion/Potion/PotionActor.PotionActor is selected for nativization, but it cannot be nativized because it currently implements an interface class (/Script/VRExpansionPlugin.VRGripInterface) that declares one or more pure virtual functions.
UATHelper: Packaging (Windows (64-bit)): Cook: LogInit: Display: LogBlueprintCodeGen: Error: BP /Game/VRExpansion/FirstPerson/Door/DoorActor.DoorActor is selected for nativization, but it cannot be nativized because it currently implements an interface class (/Script/VRExpansionPlugin.VRGripInterface) that declares one or more pure virtual functions.
UATHelper: Packaging (Windows (64-bit)): Cook: LogInit: Display: LogBlueprintCodeGen: Error: BP /Game/VirtualRealityBP/Blueprints/BP_PickupCube.BP_PickupCube is selected for nativization, but it cannot be nativized because it currently implements an interface class (/Script/VRExpansionPlugin.VRGripInterface) that declares one or more pure virtual functions.



There are also some warnings that appear…




UATHelper: Packaging (Windows (64-bit)): Cook: LogInit: Display: LogLinker: Warning: Can't find file '/Game/RollingBP/RollingOverview'
UATHelper: Packaging (Windows (64-bit)): Cook: LogInit: Display: LogUObjectGlobals: Warning: Failed to load '/Game/RollingBP/RollingOverview': Can't find file '/Game/RollingBP/RollingOverview'
UATHelper: Packaging (Windows (64-bit)): Cook: LogInit: Display: LogUObjectGlobals: Warning: Failed to find object 'Class /Game/RollingBP/RollingOverview.RollingOverview_C'
UATHelper: Packaging (Windows (64-bit)): Cook: LogInit: Display: LogGameplayTags: Warning: Invalid GameplayTag DropType.DropOnRelease found while loading property /Script/VRExpansionPlugin.GrippableStaticMeshComponent:GameplayTags.



Thanks for all the great work!