Cavrnus-CVT Datasmith

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

Modifying DRToolbarUI Blueprint

CVT DRToolbarUI Blueprint Location

→ CollaborativeViewer/Blueprints/Commands/DataSmith/UMG/DRToolbarUI

 

image-20240826-232740.png
Add Cavrnus_AnchorAdded

 

image-20240826-232754.png
Add Anchor DREndpointUI input

 

→ Add Event Dispatcher to AddAnchor function

image-20240916-211750.png

Modifying DREndpointUI Blueprint

CVT DREndpointUI Blueprint Location

→ CollaborativeViewer/Blueprints/Commands/DataSmith/UMG/DREndpointUI

→ Create Event Dispatchers

image-20240826-233032.png
Create Cavrnus_FolderSelected
image-20240826-233100.png
Create Entry DREndpointUI input

 

image-20240826-233047.png
Add Call to CavrnusFolderSelected
image-20240826-232953.png
Disconnect this node. Cavrnus is handling the loading logic.

 

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

 

Related content