Help with Custom Vehicles...
Currently trying to build a mod that adds hoverboards as an alternative pioneer transport,
the problem I am currently facing is implementing the Vehicle itself, do I use one of the base blueprints (i.e. FGDriveablePawn)
or just build it from UE's built-in Pawn Class?
Still fairly new to all this and unfortunately I can't see any vehicle documentation within docs.ficsit.app
the problem I am currently facing is implementing the Vehicle itself, do I use one of the base blueprints (i.e. FGDriveablePawn)
or just build it from UE's built-in Pawn Class?
Still fairly new to all this and unfortunately I can't see any vehicle documentation within docs.ficsit.app
Solution
Ok it looks like your first problem is that you're trying to call on functions in your BP that you haven't set up to exist
