Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Continuing with Event Dispatch pattern, we’ll be adding several to the BP_BasePawn to handle broadcasting input events to allow other components to subscribe and consume these inputs.

Info

CVT BP_BasePawn Blueprint Location

→ CollaborativeViewer/Blueprints/Pawn/BP_BasePawn

image-20240826-234341.pngImage Added
image-20240826-234354.pngImage Added

image-20240826-235852.pngImage Added
image-20240826-235859.pngImage Added

image-20240826-235914.pngImage Added

image-20240826-235920.pngImage Added

image-20240826-235950.pngImage Added

image-20240826-235956.pngImage Added

image-20240827-000015.pngImage Added

image-20240827-000023.pngImage Added

image-20240827-000044.pngImage Added

image-20240827-000052.pngImage Added

image-20240827-000101.pngImage Added

image-20240827-000106.pngImage Added

Connect Event Dispatchers to EnhancedInputActions.

This logic block can live anywhere in BP_BasePawn Event Graph. Again, these dispatchers serve to broadcast Input information to other components that may need them.

image-20240827-000125.pngImage Added
Tip

The Local Pawn blueprint is now setup and subsequently all of the children pawns that derive from it!