blueprint

Is Mesh On Screen

  • Exposure: public
  • UE Version: 5.2

avatar author

EXODST

September 15, 2024, 11:47 pm

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

3 comments

  • avatar author

    EXODST

    September 15, 2024, 11:48 pm

    Useful for checking if the mesh is visible on screen at all instead of checking if the mesh origin is visible on screen. Basically it just iterates over the 8 vertices of the box extent and checks if any of them are on screen. (Use the actual mesh components origin instead of the static meshes origin)

  • Pixol

    September 16, 2024, 9:39 am

    It seems that there is repetition in V2 and V3. Is that supposed to be like that?

  • avatar author

    EXODST

    September 16, 2024, 10:53 am

    Thanks for noticing that, i will update it lol