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

 

 

 

→ Add Call to CavrnusSetExcludeInclude Event Dispatch

→ Add Calls to CavrnusSetInteractionState and CavrnusSetIsMoving

Modifying BP_CropBoxComponent Blueprint

CVT BP_CropBoxComponent Blueprint Location

→ CollaborativeViewer/Blueprints/Commands/Cropbox/BP_CropBoxComponent

 

→ Add Event Dispatcher to BP_CropBoxComponent

 

 

→ Add Call to CavrnusCropBoxSpawned

Â