I want to check out assets from source control when they are opened in the editor, not when they are saved.
Is there a callback on asset editor open, that i can hook up to in BPs or Python?
I want to check out assets from source control when they are opened in the editor, not when they are saved.
Is there a callback on asset editor open, that i can hook up to in BPs or Python?
No one?
How do you work around inattentive artists then?
I solved this with an editor setting:
[/Script/UnrealEd.EditorLoadingSavingSettings]
bAutomaticallyCheckoutOnAssetModification=True
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.