This comes up in yellow can someone explain to me what this means?
LogVSAccessor: Warning: Couldn’t goto line number ‘0’ in 'C:/Users/CB/Desktop/UNREAL ENGINE/BuildingEscape/Source/BuildingEscape/PositionReporter.h’
LogVSAccessor: Warning: Couldn’t goto line number ‘0’ in ‘C:/Users/CB/Desktop/UNREAL ENGINE/BuildingEscape/Source/BuildingEscape/PositionReporter.cpp’
LogUObjectGlobals: Warning: Failed to find object ‘Class /Script/BuildingEscape.BuildingEscapeGameMode’
And this stuff come up red I don’t understand!!!
CompilerResultsLog: Error: C:\Users\CB\Desktop\UNREAL ENGINE\BuildingEscape\Source\BuildingEscape\PositionReporter.cpp(11) : warning C4996: ‘UActorComponent::bWantsBeginPlay’: bWantsBeginPlay was inconsistently enforced and is now unused. BeginPlay will now always be called for Actor Components. Please update your code to the new API before upgrading to the
next release, otherwise your project will no longer compile.
CompilerResultsLog: Error: C:\Users\CB\Desktop\UNREAL ENGINE\UE_4.17\Engine\Source\Runtime\Engine\Classes\Components/ActorComponent.h(217) : note: see declaration of ‘UActorComponent::bWantsBeginPlay’