Versions Compared

Key

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

EventGraph

image-20240826-234341.pngImage Removed

image-20240826-234354.pngImage Removed

image-20240826-235852.pngImage Removed

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 Modified

image-20240826-235914.png

image-20240826-235920.png

image-20240826-235950.png

image-20240826-235956.png

image-20240827-000015.png

image-20240827-000023.png

image-20240827-000044.png

image-20240827-000052.png

image-20240827-000101.png

image-20240827-000106.png

image-20240827-000125.pngImage Removed

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!