Resources
Important classes
USmartObjectSubsystem- You can get it from world using
World->GetSubsystem<USmartObjectSubsystem>()or with the static methodUSmartObjectSubsystem::GetCurrent(World)
- You can get it from world using
USmartObjectBlueprintFunctionLibrary