Coder Social home page Coder Social logo

ue4-cpp-shooter-series's Issues

Having Issues with The Project.

Hello thanks for this Invaluable Series. Really Loving It So far. Just finished the Reloading section and I am facing some Issues.

  1. Sometimes when I am Switching Guns the gun stays in air and Belica becomes Unarmed and the Error Log Shows Warning "Attempting to move fully simulated skeletal mesh".

^ Covered in Lecture 180

  1. The gun will reload on pressing the R button even when the Magazine is Full.

^ The above is also covered in Later Sections

The skeleton grid is damaged

The skeleton grid is damaged,It seems that the skeleton mesh is damaged. Maybe I opened it in a wrong way, or maybe I don't know how to use github. Please kindly upload it by the author.Please!!!!

Lecture 172

I'm stuck at Lecture 172. Instead of the 5 weapon slots showing a transparent background and the gun, ammo and ammo count icons, all 5 weapon slots are showing white (the default slots shows correctly). I've gone over all of the inventory widget lectures 3 times and can't find the error. I posted the question/issue 7 days ago and have not heard back. Please advise at your earliest.

Stephen Impact particle not spawning on ground when bullet hits

Location simple fix it::
line Number 770

770> if (EquippedWeapon->GetMuzzleFlash())
{
UGameplayStatics::SpawnEmitterAtLocation(GetWorld(), EquippedWeapon->GetMuzzleFlash(), SocketTransform);
}
else
{

			if (ImpactParticles)
			{
				UGameplayStatics::SpawnEmitterAtLocation(
					GetWorld(),
					ImpactParticles,
					BeamHitResult.Location);
			}
		}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.