blueprint

VR FPS Actor

  • Exposure: public
  • UE Version: 5.6

avatar author

stungeye

September 5, 2025, 2:21 am

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

  • avatar author

    stungeye

    September 5, 2025, 2:24 am

    Event Tick Math Expression: (DeltaSeconds + DeltaTimeAverage) / 2

    Event Math Expression: round((1 / DeltaTimeAverage))

    Requires:

    • TextRender Component (Called Text Render in the code here.)
    • DeltaTimeAverage (Float Variable)
    • FPS (Integer Variable)
    • FPSDisplayRefresh (Float Instance Editable Variable)