“_C” is postfix added to a blueprint name to create internal name for BlueprintGeneratedClass. Soon it will be invisible in editor UI.
“_C” should not occur in gameplay code. Usually ConstructorHelpers::FClassFinder helper should be used to get UClass object from hardcoded path. The function accepts path to blueprint asset as input parameter.