npruehs / ue4-rts

Real-time strategy plugin and showcase for Unreal Engine 4.
MIT License
747 stars 151 forks source link

Moving issue #171

Open Capta1nAlex opened 2 years ago

Capta1nAlex commented 2 years ago

I'm currently studying at 11-th grade and I ain't good enough to understand some parts of manual: image I tried to make it with c++, but it didn't work, is there any ways to setup it with blueprints? I already setted up camera and can select units, but I guess because of my bad C++ understanding I can't end setting PawnAIController and move further ;-( I tried to use PawnAIController from your plugin without any changes instead, but it's still not working. Also I ain't sure about team. Should it be 0, 1 or 255? I can select them all even if they have different index: image image image

npruehs commented 2 years ago

You're supposed to do that at your blueprint :) image

Capta1nAlex commented 2 years ago

image image Created BP deriving Added these components to pawn, still not working. image Navmash also working, I guess... I don't know what's wrong. image I also added gameplay (which wasn't in here previously) and works on 1.25.4. image Can't even imagine what I missed at this point.

npruehs commented 2 years ago

Are your units above ground?

Capta1nAlex commented 2 years ago

Are your units above ground?

No. I created unit from the TopDownCharacter template provided by UE4 and added components from the guide next to it. image

npruehs commented 2 years ago

No, I mean - in contrast to "below ground" :)

SandorDezso commented 2 years ago

I have the same issue on UE5. The Blackboard says it tries to issue an Attack order.

RM6SS62 commented 1 year ago

I have the same problem, the order in the blackboard is correct but the location is not, it's not where I click.

Does this even work?