Spatial Asset Recommender – Run the Classify Commandlet


← Previous | Start | Next →

Run the Classify Commandlet

The commandlet is the class SpatialAssetRecommender.ClassifyAssetsCommandlet and it can be executed like any other commandlet:

/Path/To/UnrealEditor-Win64-DebugGame-Cmd.exe /Path/To/Project.uproject -run=SpatialAssetRecommender.ClassifyAssetsCommandlet
You probably want to provide more parameters:

The commandlet uses the existing classifier configuration.

Note: Depending on the classifier configuration, the process can take a long time. You probably want to automate this process for your project.

Next →