Getting the Default Object
Getting the Default Object of an asset from the Content browser
Getting an Asset's Default Object
asset_path = "/Game/some/asset/path"
asset = unreal.load_asset(asset_path)
default_object = unreal.get_default_object(asset.generated_class())Last updated