/
Cavrnus-CVT CutVolume/CropBox Command

Cavrnus-CVT CutVolume/CropBox Command

Reminder: All of the Event Dispatchers we create must match exactly to what is shown in this guide!

Modifying BP_CropBox Blueprint

CVT BP_CropBox Blueprint Location

→ CollaborativeViewer/Blueprints/Commands/Cropbox/BPs/BP_CropBox

 

→ Add Event Dispatchers to BP_CropBox

image-20240826-231915.png
Add Cavrnus_SetExcludeInclude
image-20240826-231925.png
Add Location Transform input

 

image-20240826-231945.png
Add Cavrnus_SetInteractionState
image-20240826-231957.png
Add IsInteracting Boolean Input

 

image-20240826-232021.png
Add Cavrnus_SetIsMoving
image-20240826-232029.png
Add IsMoving Boolean Input

 

→ Add Call to CavrnusSetExcludeInclude Event Dispatch

image-20240916-210419.png

→ Add Calls to CavrnusSetInteractionState and CavrnusSetIsMoving

image-20240916-210606.png

Modifying BP_CropBoxComponent Blueprint

CVT BP_CropBoxComponent Blueprint Location

→ CollaborativeViewer/Blueprints/Commands/Cropbox/BP_CropBoxComponent

 

Add Event Dispatcher to BP_CropBoxComponent

 

image-20240826-231702.png
Add Cavrnus_CropBoxSpawned

 

image-20240826-231608.png
Add Location Transform Input

Add Call to CavrnusCropBoxSpawned

image-20240916-210851.png

The CropBox Command is now setup! Ensure all blueprints compile and if needed, refresh nodes.

 

Related content