npruehs / ue4-rts

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

'Actor': is not a member of 'FHitResult' when trying to compile in UE5EA #160

Closed RM6SS62 closed 3 years ago

RM6SS62 commented 3 years ago

I get a bunch of these:

2>Building 5 actions with 12 processes...
2>  [1/5] Module.RealTimeStrategy.cpp
2>D:/UE4 Projects/Vikings/Plugins/RealTimeStrategy/Source/RealTimeStrategy/Private/Libraries/RTSCollisionLibrary.cpp(148): error C2039: 'Actor': is not a member of 'FHitResult'
2>  D:\games\Epic Games\UE_5.0EA\Engine\Intermediate\Build\Win64\UnrealEditor\Inc\Engine\ProjectileMovementComponent.generated.h(11): note: see declaration of 'FHitResult'
....
DEV7163 commented 3 years ago

Shouldn't you have different releases for 4.26 and 5EA?

npruehs commented 3 years ago

There isn't a release for UE5 yet. Please refer to https://github.com/npruehs/ue4-rts/tree/feature/ue5 for the current plugin version for UE5EA.