Thought I'd mention that there are some warnings when building a project:
"UnrealBuildTool: H:\Unreal Projects\MyGame\Plugins\VictoryPlugin\Source\VictoryBPLibrary\Public\VictoryBPFunctionLibrary.h(867): warning C4996: 'FBox::FBox': Use ForceInit constructor instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
"
"UnrealBuildTool: H:\Unreal Projects\MyGame\Plugins\VictoryPlugin\Source\VictoryBPLibrary\Public\VictoryBPFunctionLibrary.h(867): warning C4996: 'FBox::FBox': Use ForceInit constructor instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
"
Comment