开发者ID:djshaq121,项目名称:UE4-BattleTank,代码行数:31,代码来源:TankAimingComponent.cpp 示例10: AimAt ▲点赞 1▼ voidUTankAimingComponent::AimAt(FVector HitLocation) {if(!ensure(Barrel)) {return; } FVector OutLaunchVelocity; FVector StartLocation = Barrel->GetSocketLocation(FName("Projectile"...