blueprint

Place actors in landscape by coord 3-Find Post pos

  • Exposure: public
  • UE Version: 4.23

Wobelix

November 18, 2019, 8:11 am

This is the Find Post Position function

There is som names missing when copying to blueprintue, but the function params is x and y position which is used for the line trace.)

The z min and max for the line trace is the landscapes z position - 25000 and + 25000 ue units.

The linetrace ignores ProceduralFoliage to find the landscape beneath trees and bushes, could be supplied with more, houses fx.

The function returns the ZYZ location of the actor to be placed.

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v

1 comment

  • Wobelix

    November 18, 2019, 8:18 am

    This is the Find Post Position function There is som names missing when copying to blueprintue, but the function params is x and y position which is used for the line trace.) The z min and max for the line trace is the landscapes z position - 25000 and + 25000 ue units. The linetrace ignores ProceduralFoliage to find the landscape beneath trees and bushes, could be supplied with more, houses fx.

    The function returns the ZYZ location of the actor to be placed.